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

Unified Diff: test/message/strict-octal-use-strict-after.out

Issue 1784013003: [testing] Convert some "preparser" tests into "message". (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/strict-octal-use-strict-after.js ('k') | test/message/strict-octal-use-strict-before.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/strict-octal-use-strict-after.out
diff --git a/test/message/strict-octal-use-strict-after.out b/test/message/strict-octal-use-strict-after.out
new file mode 100644
index 0000000000000000000000000000000000000000..2a425000abd3408c1ffcf902a585e1d934f788e6
--- /dev/null
+++ b/test/message/strict-octal-use-strict-after.out
@@ -0,0 +1,4 @@
+*%(basename)s:33: SyntaxError: Octal literals are not allowed in strict mode.
+ "use\040strict";
+ ^^
+SyntaxError: Octal literals are not allowed in strict mode.
« no previous file with comments | « test/message/strict-octal-use-strict-after.js ('k') | test/message/strict-octal-use-strict-before.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698