=== tests/cases/compiler/taggedTemplateStringsWithUnicodeEscapesES6.ts === function f(...args: any[]) { >f : Symbol(f, Decl(taggedTemplateStringsWithUnicodeEscapesES6.ts, 0, 0)) >args : Symbol(args, Decl(taggedTemplateStringsWithUnicodeEscapesES6.ts, 0, 11)) } f `'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'`; >f : Symbol(f, Decl(taggedTemplateStringsWithUnicodeEscapesES6.ts, 0, 0))