TypeScript/tests/baselines/reference/templateStringWithEmbeddedTemplateStringES6.symbols
2015-04-15 16:44:20 -07:00

5 lines
248 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedTemplateStringES6.ts ===
var x = `123${ `456 ${ " | " } 654` }321 123${ `456 ${ " | " } 654` }321`;
>x : Symbol(x, Decl(templateStringWithEmbeddedTemplateStringES6.ts, 0, 3))