| Index: test/preparser/preparser.expectation
|
| diff --git a/test/preparser/preparser.expectation b/test/preparser/preparser.expectation
|
| index 7f7e0e28bb25346f424219023be0aef6564e6acb..6ce0d039a0015c0f7996be9281f8e37954b44011 100644
|
| --- a/test/preparser/preparser.expectation
|
| +++ b/test/preparser/preparser.expectation
|
| @@ -8,3 +8,41 @@ 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
|
| +
|
| +strict-eval-argument-own:strict_param_name
|
| +strict-eval-argument:strict_param_name
|
| +strict-eval-assign:strict_lhs_assignment
|
| +strict-eval-op-assign:strict_lhs_assignment
|
| +strict-eval-prefix:strict_lhs_prefix
|
| +strict-eval-postfix:strict_lhs_postfix
|
| +strict-eval-catch:strict_catch_variable
|
| +strict-eval-func-own:strict_function_name
|
| +strict-eval-func:strict_function_name
|
| +strict-eval-funcexp:strict_function_name
|
| +strict-eval-var:strict_var_name
|
| +
|
| +strict-arguments-argument-own:strict_param_name
|
| +strict-arguments-argument:strict_param_name
|
| +strict-arguments-assign:strict_lhs_assignment
|
| +strict-arguments-op-assign:strict_lhs_assignment
|
| +strict-arguments-prefix:strict_lhs_prefix
|
| +strict-arguments-postfix:strict_lhs_postfix
|
| +strict-arguments-catch:strict_catch_variable
|
| +strict-arguments-func-own:strict_function_name
|
| +strict-arguments-func:strict_function_name
|
| +strict-arguments-funcexp:strict_function_name
|
| +strict-arguments-var:strict_var_name
|
| +
|
| +strict-yield-argument-own:strict_reserved_word
|
| +strict-yield-argument:strict_reserved_word
|
| +strict-yield-assign:strict_reserved_word
|
| +strict-yield-op-assign:strict_reserved_word
|
| +strict-yield-prefix:strict_reserved_word
|
| +strict-yield-postfix:strict_reserved_word
|
| +strict-yield-catch:strict_reserved_word
|
| +strict-yield-func-own:strict_reserved_word
|
| +strict-yield-func:strict_reserved_word
|
| +strict-yield-funcexp:strict_reserved_word
|
| +strict-yield-var:strict_reserved_word
|
| +
|
| +strict-with:strict_mode_with
|
|
|