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

5 lines
217 B
Text

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