blob: 2aa9092f8408674e60e891825fcb25827b9b2fe2 [file] [log] [blame]
// Copyright (C) 2014 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-template-literal-lexical-components
description: Invalid hexidecimal character escape sequence
negative:
phase: parse
type: SyntaxError
---*/
throw "Test262: This statement should not be evaluated.";
`\x0`;