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

5 lines
92 B
TypeScript

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