TypeScript/tests/baselines/reference/unicodeExtendedEscapesInTemplates03_ES5.types

7 lines
227 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInTemplates03_ES5.ts ===
var x = `\u{0000}`;
>x : string, Symbol(x,Decl(unicodeExtendedEscapesInTemplates03_ES5.ts,1,3))
2015-04-13 21:36:11 +02:00
>`\u{0000}` : string