TypeScript/tests/baselines/reference/unicodeExtendedEscapesInTemplates18_ES5.types

7 lines
171 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInTemplates18_ES5.ts ===
var x = `\u{65}\u{65}`;
>x : string
2015-04-13 21:36:11 +02:00
>`\u{65}\u{65}` : string