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

6 lines
277 B
Plaintext

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions05_ES5.ts ===
var x = /\u{48}\u{65}\u{6c}\u{6c}\u{6f}\u{20}\u{77}\u{6f}\u{72}\u{6c}\u{64}/g;
>x : Symbol(x, Decl(unicodeExtendedEscapesInRegularExpressions05_ES5.ts, 1, 3))