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

4 lines
68 B
TypeScript
Raw Normal View History

// @target: es5
var x = /\u{ABCD}\u{EF12}\u{3456}\u{7890}/g;