swc/ecmascript/parser/tests/test262-error-references/fail/41895c8145489971.js.stderr
강동윤 1d0c78de6c
More works (#66)
ecma_transforms:
 - implement es2015::instanceof
 - implement es2015::typeof_symbol
 - implement inline_globals pass

ecma_parser:
 - `PResult<T>` is now `Result<T, ()>` and `Err(())` means that an error is emitted.
 - add docs
2018-11-18 14:00:07 +09:00

13 lines
270 B
Plaintext

error: Unexpected eof
--> $DIR/tests/test262-parser/fail/41895c8145489971.js:1:19
|
1 | `hello ${10 `test`
| ^
error: Expected RBrace
--> $DIR/tests/test262-parser/fail/41895c8145489971.js:1:18
|
1 | `hello ${10 `test`
| ^