TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions15_ES5.types

6 lines
175 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions15_ES5.ts ===
var x = /\u{abcd}\u{ef12}\u{3456}\u{7890}/g;
>x : RegExp