TypeScript/tests/baselines/reference/templateStringWithEmbeddedTemplateString.types
2014-10-23 15:06:05 -07:00

5 lines
182 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedTemplateString.ts ===
var x = `123${ `456 ${ " | " } 654` }321 123${ `456 ${ " | " } 654` }321`;
>x : string