TypeScript/tests/baselines/reference/templateStringWithEmbeddedTemplateString.types

9 lines
422 B
Text

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