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

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

Issue 2510873005: A decimal integer literal with a leading 0 is now an error in strict mode. (Closed)
Patch Set: Created 4 years, 1 month 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
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
index 2a425000abd3408c1ffcf902a585e1d934f788e6..1fe03dd7343d319b74c377a918efcd411d6a6712 100644
--- a/test/message/strict-octal-use-strict-after.out
+++ b/test/message/strict-octal-use-strict-after.out
@@ -1,4 +1,4 @@
-*%(basename)s:33: SyntaxError: Octal literals are not allowed in strict mode.
+*%(basename)s:33: SyntaxError: Octal escape sequences are not allowed in strict mode.
"use\040strict";
^^
-SyntaxError: Octal literals are not allowed in strict mode.
+SyntaxError: Octal escape sequences are not allowed in strict mode.

Powered by Google App Engine
This is Rietveld 408576698