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

5 lines
92 B
TypeScript

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