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

6 lines
224 B
Plaintext

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInTemplates15_ES6.ts ===
var x = `\u{abcd}\u{ef12}\u{3456}\u{7890}`;
>x : Symbol(x, Decl(unicodeExtendedEscapesInTemplates15_ES6.ts, 1, 3))