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

6 lines
211 B
Text

=== 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