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

Unified Diff: test/message/strict-octal-string.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 | « src/parsing/scanner.cc ('k') | test/message/strict-octal-use-strict-after.out » ('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
index c46df6bbfffd0626a0d3f2d10a81e79e45a16a2f..69f81a48c8425ff39f9a7962beded81f98da259a 100644
--- a/test/message/strict-octal-string.out
+++ b/test/message/strict-octal-string.out
@@ -1,4 +1,4 @@
-*%(basename)s:32: SyntaxError: Octal literals are not allowed in strict mode.
+*%(basename)s:32: SyntaxError: Octal escape sequences are not allowed in strict mode.
var x = "hello\040world";
^^
-SyntaxError: Octal literals are not allowed in strict mode.
+SyntaxError: Octal escape sequences are not allowed in strict mode.
« no previous file with comments | « src/parsing/scanner.cc ('k') | test/message/strict-octal-use-strict-after.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698