TypeScript/tests/baselines/reference/unicodeExtendedEscapesInTemplates18_ES6.types
2015-04-13 14:29:37 -07:00

7 lines
238 B
Plaintext

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInTemplates18_ES6.ts ===
var x = `\u{65}\u{65}`;
>x : string, Symbol(x, Decl(unicodeExtendedEscapesInTemplates18_ES6.ts, 1, 3))
>`\u{65}\u{65}` : string