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