TypeScript/tests/cases/conformance/es6/templates/templateStringWithEmbeddedTemplateString.ts

1 line
77 B
TypeScript
Raw Normal View History

var x = `123${ `456 ${ " | " } 654` }321 123${ `456 ${ " | " } 654` }321`;