2011-05-23 10:35:30 +00:00
|
|
|
# Expectations for .js preparser tests.
|
2011-05-06 11:41:15 +00:00
|
|
|
# Only mentions tests that throw SyntaxError, and optionally specifies
|
|
|
|
# the message and location expected in the exception.
|
|
|
|
# Format:
|
|
|
|
# testname[:message[:beg_pos,end_pos]]
|
2011-05-06 12:47:18 +00:00
|
|
|
strict-octal-number:strict_octal_literal
|
2011-05-06 11:41:15 +00:00
|
|
|
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
|
2011-05-19 09:01:46 +00:00
|
|
|
|
2011-05-23 10:35:30 +00:00
|
|
|
strict-const:strict_const
|
2011-05-19 09:01:46 +00:00
|
|
|
|
|
|
|
strict-with:strict_mode_with
|