=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedModuloES6.ts === var x = `abc${ 1 % 1 }def`; >x : Symbol(x, Decl(templateStringWithEmbeddedModuloES6.ts, 0, 3))