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

2 lines
95 B
TypeScript
Raw Normal View History

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