diff options
Diffstat (limited to 'cli/tests/testdata/run/error_syntax.js.out')
-rw-r--r-- | cli/tests/testdata/run/error_syntax.js.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/error_syntax.js.out b/cli/tests/testdata/run/error_syntax.js.out index 6d3f05b8e..fa4d51686 100644 --- a/cli/tests/testdata/run/error_syntax.js.out +++ b/cli/tests/testdata/run/error_syntax.js.out @@ -1 +1,4 @@ error: The module's source code could not be parsed: Expected ',', got 'following' at [WILDCARD]/error_syntax.js:3:6 + + (the following is a syntax error ^^ ! ) + ~~~~~~~~~ |