Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: sky/tests/parser/script-expected.txt

Issue 688033003: Fix line numbers in JavaScript stack traces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove unnecessary Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/mutation-observer/observe-subtree.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/parser/script-expected.txt
diff --git a/sky/tests/parser/script-expected.txt b/sky/tests/parser/script-expected.txt
index 8bbdefd4f5e0af44260d1eeb971759d523453bf2..76e4aae64bc91065242d9dc0a0e4632bd1c4b37b 100644
--- a/sky/tests/parser/script-expected.txt
+++ b/sky/tests/parser/script-expected.txt
@@ -1,17 +1,17 @@
ERROR: Uncaught SyntaxError: Unexpected token <
-SOURCE: http://127.0.0.1:8000/parser/script.sky:3
+SOURCE: http://127.0.0.1:8000/parser/script.sky:6
ERROR: Uncaught SyntaxError: Unexpected token <
-SOURCE: http://127.0.0.1:8000/parser/script.sky:3
+SOURCE: http://127.0.0.1:8000/parser/script.sky:14
ERROR: Uncaught SyntaxError: Unexpected token <
-SOURCE: http://127.0.0.1:8000/parser/script.sky:3
+SOURCE: http://127.0.0.1:8000/parser/script.sky:21
ERROR: Uncaught ReferenceError: TEST is not defined
-SOURCE: http://127.0.0.1:8000/parser/script.sky:2
+SOURCE: http://127.0.0.1:8000/parser/script.sky:27
ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
-SOURCE: http://127.0.0.1:8000/parser/script.sky:2
+SOURCE: http://127.0.0.1:8000/parser/script.sky:34
ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
-SOURCE: http://127.0.0.1:8000/parser/script.sky:2
+SOURCE: http://127.0.0.1:8000/parser/script.sky:38
ERROR: Uncaught SyntaxError: Unexpected token }
-SOURCE: http://127.0.0.1:8000/parser/script.sky:4
+SOURCE: http://127.0.0.1:8000/parser/script.sky:43
<html>
<link rel="import" href="../resources/dump-as-markup.sky"></link>
<body>
« no previous file with comments | « sky/tests/mutation-observer/observe-subtree.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698