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

Unified Diff: test/message/paren_in_arg_string.out

Issue 14161007: Change 'Parse error' to three more informative messages. (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@master
Patch Set: git cl upload should be run with --no-find-copies Created 7 years, 8 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 | « test/message/paren_in_arg_string.js ('k') | test/message/single-function-literal.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/paren_in_arg_string.out
diff --git a/test/message/paren_in_arg_string.out b/test/message/paren_in_arg_string.out
new file mode 100644
index 0000000000000000000000000000000000000000..3bc978b965b890e2e6b2971a526232b788ed93b0
--- /dev/null
+++ b/test/message/paren_in_arg_string.out
@@ -0,0 +1,6 @@
+*%(basename)s:29: SyntaxError: Function arg string contains parenthesis
+var paren_in_arg_string_bad = new Function(')', 'return;');
+ ^
+SyntaxError: Function arg string contains parenthesis
+ at Function (<anonymous>)
+ at *%(basename)s:29:31
« no previous file with comments | « test/message/paren_in_arg_string.js ('k') | test/message/single-function-literal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698