91968ac8a6
TEST=mjsunit/strict Review URL: http://codereview.chromium.org/6928059 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7805 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
11 lines
438 B
Plaintext
11 lines
438 B
Plaintext
# Expectations for preparser tests.
|
|
# Only mentions tests that throw SyntaxError, and optionally specifies
|
|
# 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-use-strict-after:strict_octal_literal
|
|
strict-octal-use-strict-before:strict_octal_literal
|