mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
b853d4ac95
swc_ecma_parser: - Recover from unterminated string literals.
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
error: Unexpected eof
|
|
--> $DIR/tests/test262-parser/fail/dc431bcf293513a0.js:1:4
|
|
|
|
|
1 | (')
|
|
| ^
|
|
|
|
error: Unterminated string constant
|
|
--> $DIR/tests/test262-parser/fail/dc431bcf293513a0.js:1:2
|
|
|
|
|
1 | (')
|
|
| ^^
|
|
|