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

Unified Diff: test/message/strict-octal-string.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-string.js ('k') | test/message/strict-octal-use-strict-after.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/strict-octal-string.out
diff --git a/test/message/strict-octal-string.out b/test/message/strict-octal-string.out
new file mode 100644
index 0000000000000000000000000000000000000000..c46df6bbfffd0626a0d3f2d10a81e79e45a16a2f
--- /dev/null
+++ b/test/message/strict-octal-string.out
@@ -0,0 +1,4 @@
+*%(basename)s:32: SyntaxError: Octal literals are not allowed in strict mode.
+ var x = "hello\040world";
+ ^^
+SyntaxError: Octal literals are not allowed in strict mode.
« no previous file with comments | « test/message/strict-octal-string.js ('k') | test/message/strict-octal-use-strict-after.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698