S7.8.5_A1.5_T1.js (534B)
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-RegularExpressionBackslashSequence 7 info: | 8 RegularExpressionBackslashSequence :: 9 \ RegularExpressionNonTerminator 10 11 RegularExpressionNonTerminator :: 12 SourceCharacter but not LineTerminator 13 14 description: > 15 A RegularExpressionBackslashSequence may not contain a <LF> 16 17 negative: 18 phase: parse 19 type: SyntaxError 20 ---*/ 21 22 $DONOTEVALUATE(); 23 24 /\ 25 /