TypeScript/tests/baselines/reference/unicodeExtendedEscapesInStrings16_ES5.types

6 lines
163 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInStrings16_ES5.ts ===
var x = "\u{ABCD}\u{EF12}\u{3456}\u{7890}";
>x : string