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

2 lines
95 B
TypeScript

// @target: ES6
`I AM THE ${ `${ `TAG` } ` } PORTION` `I ${ "AM" } THE TEMPLATE PORTION`