TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions18_ES6.symbols
2015-04-15 16:44:20 -07:00

5 lines
223 B
Text

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions18_ES6.ts ===
var x = /\u{65}\u{65}/g;
>x : Symbol(x, Decl(unicodeExtendedEscapesInRegularExpressions18_ES6.ts, 1, 3))