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

Unified Diff: test/preparser/preparser.expectation

Issue 6928059: Fix newly introduced bug in detecing octal numbers. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added test to preparser test. Removed duplicates Created 9 years, 7 months 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/scanner-base.cc ('k') | test/preparser/strict-octal-directive-after.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/preparser/preparser.expectation
diff --git a/test/preparser/preparser.expectation b/test/preparser/preparser.expectation
index ebfbfa09bc97de81ca32136f4057042d8f53bfbf..7f7e0e28bb25346f424219023be0aef6564e6acb 100644
--- a/test/preparser/preparser.expectation
+++ b/test/preparser/preparser.expectation
@@ -3,10 +3,8 @@
# the message and location expected in the exception.
# Format:
# testname[:message[:beg_pos,end_pos]]
+strict-octal-number:strict_octal_literal
strict-octal-string:strict_octal_literal
strict-octal-regexp:strict_octal_literal
-strict-octal-directive-before:strict_octal_literal
-strict-octal-directive-after:strict_octal_literal
-
strict-octal-use-strict-after:strict_octal_literal
strict-octal-use-strict-before:strict_octal_literal
« no previous file with comments | « src/scanner-base.cc ('k') | test/preparser/strict-octal-directive-after.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698