Reviewers: dcarney,

Message:
Committed patchset #1 manually as r18099 (presubmit successful).

Description:
Experimental scanner: test file fix.

[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=18099

Please review this at https://codereview.chromium.org/91243002/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+2, -2 lines):
  M test/lexer/cornercases/strings-and-identifiers-with-escapes.js


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 dac6bf705140959ea3dd0747cf41d9f6c884a143..d4d28bf869fcc0485d2ecd60275d664bb5644760 100644
--- a/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
+++ b/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
@@ -28,6 +28,6 @@
 "this is a normal string"
 "this is a string with an \xaa escape"
 "this \u00ab too"
-"and \n this\t"
+"and \n this \t\000"

-identifierwith\u26aaescape
\ No newline at end of file
+identifier\u1118oo
\ No newline at end of file


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to