=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions14_ES6.ts === // Shouldn't work, negatives are not allowed. var x = /\u{-DDDD}/g; >x : Symbol(x, Decl(unicodeExtendedEscapesInRegularExpressions14_ES6.ts, 2, 3))