swc/crates/swc_ecma_parser/tests/test262-error-references/fail/0ffb1c3ecf85660e.js.stderr
David Sherret b853d4ac95
feat(es/parser): Implement more error recovery (#2874)
swc_ecma_parser:
 - Recover from unterminated string literals.
2021-11-25 23:12:40 +00:00

25 lines
517 B
Plaintext

error: Expected ';', '}' or <eof>
--> $DIR/tests/test262-parser/fail/0ffb1c3ecf85660e.js:2:6
|
2 | World"
| ^
|
note: This is the expression part of an expression statement
--> $DIR/tests/test262-parser/fail/0ffb1c3ecf85660e.js:2:1
|
2 | World"
| ^^^^^
error: Unterminated string constant
--> $DIR/tests/test262-parser/fail/0ffb1c3ecf85660e.js:1:1
|
1 | "Hello
| ^^^^^^
error: Unterminated string constant
--> $DIR/tests/test262-parser/fail/0ffb1c3ecf85660e.js:2:6
|
2 | World"
| ^