mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
|
|
x Expected unicode escape
|
|
,-[$DIR/tests/test262-parser/fail/033c083bb1f44642.js:1:1]
|
|
1 | \uD800\x62
|
|
: ^
|
|
`----
|
|
|
|
x Invalid character in identifier
|
|
,-[$DIR/tests/test262-parser/fail/033c083bb1f44642.js:1:1]
|
|
1 | \uD800\x62
|
|
: ^^^^^^
|
|
`----
|