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

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

Issue 2551633002: Change error messages for octal escape sequences (Closed)
Patch Set: Created 4 years 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.out ('k') | test/message/strict-octal-use-strict-before.out » ('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
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.
« no previous file with comments | « test/message/strict-octal-string.out ('k') | test/message/strict-octal-use-strict-before.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698