swc/crates/swc_ecma_parser/tests/test262-error-references/fail/89036b2edb64c00c.js.swc-stderr

22 lines
401 B
Plaintext
Raw Normal View History

x Expected ',', got 'string literal (), '))'
,-[$DIR/tests/test262-parser/fail/89036b2edb64c00c.js:1:1]
1 | ('
2022-03-20 09:25:35 +03:00
2 | ')
: ^^
`----
x Unterminated string constant
2022-03-20 09:25:35 +03:00
,-[$DIR/tests/test262-parser/fail/89036b2edb64c00c.js:1:1]
1 | ('
: ^
2 | ')
`----
x Unterminated string constant
,-[$DIR/tests/test262-parser/fail/89036b2edb64c00c.js:1:1]
1 | ('
2022-03-20 09:25:35 +03:00
2 | ')
: ^^
`----