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

Unified Diff: test/message/single-function-literal.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/single-function-literal.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/single-function-literal.out
diff --git a/test/message/single-function-literal.out b/test/message/single-function-literal.out
new file mode 100644
index 0000000000000000000000000000000000000000..a6a54b61a56d71238f3b2075bb1257969be47ab9
--- /dev/null
+++ b/test/message/single-function-literal.out
@@ -0,0 +1,5 @@
+undefined:1: SyntaxError: Single function literal required
+(function() { return 5; })();
+ ^
+SyntaxError: Single function literal required
+ at *%(basename)s:32:16
« no previous file with comments | « test/message/single-function-literal.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698