S7.8.5_A2.2_T1.js (536B)
1 // |reftest| error:SyntaxError 2 // Copyright 2009 the Sputnik authors. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 /*--- 6 esid: prod-RegularExpressionChar 7 info: | 8 RegularExpressionChar :: 9 RegularExpressionNonTerminator but not one of \ or / or [ 10 11 RegularExpressionNonTerminator :: 12 SourceCharacter but not LineTerminator 13 14 description: > 15 A regular express may not contain a "\" as a SourceCharacter 16 17 negative: 18 phase: parse 19 type: SyntaxError 20 ---*/ 21 22 $DONOTEVALUATE(); 23 24 /a\/