Revision: 18036
Author:   [email protected]
Date:     Mon Nov 25 08:26:58 2013 UTC
Log:      Experimental parser: Test file fix.

It helps to run with the correct lexer-shell flag (--utf8).

[email protected]
BUG=

Review URL: https://codereview.chromium.org/85333002
http://code.google.com/p/v8/source/detail?r=18036

Modified:
 /branches/experimental/parser/test/lexer/cornercases/utf-endlines.js

=======================================
--- /branches/experimental/parser/test/lexer/cornercases/utf-endlines.js Fri Nov 22 16:20:26 2013 UTC +++ /branches/experimental/parser/test/lexer/cornercases/utf-endlines.js Mon Nov 25 08:26:58 2013 UTC
@@ -30,6 +30,7 @@

// This file tests if it's recognized after various Unicode new line markers:

+// Recognized as a newline (the break keyword not seen).
 "Line feed":
 --> break

@@ -41,21 +42,23 @@
 "Form feed":
 --> catch

+// Recognized as a newline.
 "Carriage return":
 --> const

+// Recognized as a newline.
 "Carriage return and line feed:"
 --> continue

-// Next line is not regonized as a newline, instead it's recognized as an identifier.
+// Recognized as a newline.
 "Next line":

 --> debugger

-// Line separator is not recognized as a newline, instead it's ILLEGAL.
-//"Line separator":
+// Recognized as a newline.
+"Line separator":
 --> default

-// Paragraph separator is not recognized as a newline, instead it's ILLEGAL.
-//"Paragraph separator":
+// Recognized as a newline.
+"Paragraph separator":
 --> delete

--
--
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