diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:12:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 17:12:13 -0400 |
commit | 4a5642779e133425f4e6c75865de28952c761a8d (patch) | |
tree | 9035f4c4f1fbe8b287184edf16b2ebd0c53a4ff4 /tests/testdata/run/error_syntax_empty_trailing_line.mjs.out | |
parent | b1c6142f741a507ba6594ab174065e00213100b9 (diff) |
fix: upgrade deno_ast 0.42 (#25313)
Diffstat (limited to 'tests/testdata/run/error_syntax_empty_trailing_line.mjs.out')
-rw-r--r-- | tests/testdata/run/error_syntax_empty_trailing_line.mjs.out | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/testdata/run/error_syntax_empty_trailing_line.mjs.out b/tests/testdata/run/error_syntax_empty_trailing_line.mjs.out index 2eb290bb5..2c9b97aa4 100644 --- a/tests/testdata/run/error_syntax_empty_trailing_line.mjs.out +++ b/tests/testdata/run/error_syntax_empty_trailing_line.mjs.out @@ -1,4 +1,6 @@ -error: The module's source code could not be parsed: Unexpected eof at [WILDCARD]/error_syntax_empty_trailing_line.mjs:2:22 +error: The module's source code could not be parsed: Unexpected eof at [WILDCARD]/error_syntax_empty_trailing_line.mjs:3:1 setTimeout(() => {}), - ~ + ~~~~~~~~~~~~~~~~~~~~~ + + ~ |