=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedCommentsES6.ts === `head${ // single line comment >`head${ // single line comment10}middle${/* Multi- * line * comment */ 20 // closing comment}tail` : string 10 >10 : number } middle${ /* Multi- * line * comment */ 20 >20 : number // closing comment } tail`;