TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions14_ES6.js

10 lines
263 B
TypeScript

//// [unicodeExtendedEscapesInRegularExpressions14_ES6.ts]
// Shouldn't work, negatives are not allowed.
var x = /\u{-DDDD}/g;
//// [unicodeExtendedEscapesInRegularExpressions14_ES6.js]
// Shouldn't work, negatives are not allowed.
var x = /\u{-DDDD}/g;