mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
error: Expected unicode escape
|
|
--> $DIR/tests/test262-parser/fail/6e792760337980f7.js:1:7
|
|
|
|
|
1 | \uD800\
|
|
| ^
|
|
|
|
error: Invalid character in identifier
|
|
--> $DIR/tests/test262-parser/fail/6e792760337980f7.js:1:1
|
|
|
|
|
1 | \uD800\
|
|
| ^^^^^^
|
|
|