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 | |
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')
-rw-r--r-- | tests/error_syntax.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/error_syntax.js b/tests/error_syntax.js new file mode 100644 index 000000000..0c0c09855 --- /dev/null +++ b/tests/error_syntax.js @@ -0,0 +1,3 @@ + +// prettier-ignore +(the following is a syntax error ^^ ! ) |