mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
b853d4ac95
swc_ecma_parser: - Recover from unterminated string literals.
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
error: Expected 2 hex characters
|
|
--> $DIR/tests/test262-parser/fail/b61406dafcaab4b7.js:1:3
|
|
|
|
|
1 | ('\x0')
|
|
| ^^^
|
|
|
|
error: Unterminated string constant
|
|
--> $DIR/tests/test262-parser/fail/b61406dafcaab4b7.js:1:6
|
|
|
|
|
1 | ('\x0')
|
|
| ^^
|
|
|