TypeScript/tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInStrings14_ES5.ts

5 lines
91 B
TypeScript

// @target: es5
// Shouldn't work, negatives are not allowed.
var x = "\u{-DDDD}";