diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-11 14:31:17 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-11 21:44:26 -0500 |
commit | 6322f45e7b11eb0124bcf63b679b4db05f1acdb6 (patch) | |
tree | 3233763c08a2051710d27a309e3482b2e36e84f8 /tests/error_syntax.js.out | |
parent | 8fdc1251cd752fc7dc20ad9dac43a3f05d67b87e (diff) |
Pipe new exception info through into JSError
Adds a new integration test for syntax error.
Diffstat (limited to 'tests/error_syntax.js.out')
-rw-r--r-- | tests/error_syntax.js.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/error_syntax.js.out b/tests/error_syntax.js.out new file mode 100644 index 000000000..c7d229702 --- /dev/null +++ b/tests/error_syntax.js.out @@ -0,0 +1,4 @@ +[WILDCARD]tests/error_syntax.js:3:5 +(the following is a syntax error ^^ ! ) + +SyntaxError: Unexpected identifier |