diff options
Diffstat (limited to 'test/language/expressions/instanceof/S11.8.6_A1.js')
-rw-r--r-- | test/language/expressions/instanceof/S11.8.6_A1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/instanceof/S11.8.6_A1.js b/test/language/expressions/instanceof/S11.8.6_A1.js index 289d04159..ab0a41128 100644 --- a/test/language/expressions/instanceof/S11.8.6_A1.js +++ b/test/language/expressions/instanceof/S11.8.6_A1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | White Space and Line Terminator between RelationalExpression and "instanceof" and between "instanceof" and ShiftExpression are allowed es5id: 11.8.6_A1 |