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

5 lines
91 B
TypeScript

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