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

Unified Diff: test/lexer/cornercases/strings-and-identifiers-with-escapes.js

Issue 91833002: Experimental scanner: keeping track of octal numbers octal escapes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 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
« no previous file with comments | « test/lexer/cornercases/octals.js ('k') | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lexer/cornercases/strings-and-identifiers-with-escapes.js
diff --git a/test/lexer/cornercases/strings-and-identifiers-with-escapes.js b/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
index d4d28bf869fcc0485d2ecd60275d664bb5644760..5e70b301515659d3f106d7fe3cdd9421b9255583 100644
--- a/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
+++ b/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
@@ -28,6 +28,11 @@
"this is a normal string"
"this is a string with an \xaa escape"
"this \u00ab too"
-"and \n this \t\000"
+"and \n this \t\00"
+
+'this is a normal string'
+'this is a string with an \xaa escape'
+'this \u00ab too'
+'and \n this \t\00'
identifier\u1118oo
« no previous file with comments | « test/lexer/cornercases/octals.js ('k') | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698