S7.8.5_A1.2_T2.js (648B)
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: sec-literals-regular-expression-literals 7 info: | 8 RegularExpressionBody :: 9 RegularExpressionFirstChar RegularExpressionChars 10 11 RegularExpressionChars :: 12 [empty] 13 RegularExpressionChars RegularExpressionChar 14 15 RegularExpressionFirstChar :: 16 RegularExpressionNonTerminator but not one of * or \ or / or [ 17 18 description: > 19 The first character of a regular expression may not be "\" 20 negative: 21 phase: parse 22 type: SyntaxError 23 ---*/ 24 25 $DONOTEVALUATE(); 26 27 /\/