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