TypeScript/tests/baselines/reference/taggedTemplateStringsWithUnicodeEscapesES6.symbols
2015-04-15 16:44:20 -07:00

10 lines
408 B
Plaintext

=== 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))