mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
b853d4ac95
swc_ecma_parser: - Recover from unterminated string literals.
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
error: Expected 2 hex characters
|
|
--> $DIR/tests/test262-parser/fail/b3fc8ced7ce28c35.js:1:3
|
|
|
|
|
1 | ('\x')
|
|
| ^^
|
|
|
|
error: Unterminated string constant
|
|
--> $DIR/tests/test262-parser/fail/b3fc8ced7ce28c35.js:1:5
|
|
|
|
|
1 | ('\x')
|
|
| ^^
|
|
|