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

7 lines
211 B
Plaintext

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInTemplates15_ES5.ts ===
var x = `\u{abcd}\u{ef12}\u{3456}\u{7890}`;
>x : string
>`\u{abcd}\u{ef12}\u{3456}\u{7890}` : string