TypeScript/tests/baselines/reference/templateStringControlCharacterEscapes04.symbols

7 lines
194 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringControlCharacterEscapes04.ts ===
var x = `\x20\u0020 20`;
>x : Symbol(x, Decl(templateStringControlCharacterEscapes04.ts, 2, 3))