invalid-unicode-escape-sequence-1.js (344B)
1 // |reftest| error:SyntaxError 2 // Copyright (C) 2014 the V8 project authors. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 /*--- 5 esid: sec-template-literal-lexical-components 6 description: Invalid unicode escape sequence 7 negative: 8 phase: parse 9 type: SyntaxError 10 ---*/ 11 12 $DONOTEVALUATE(); 13 14 `\u0`;