TypeScript/tests/baselines/reference/taggedTemplateStringsWithUnicodeEscapes.types
2015-02-26 14:41:14 -08:00

9 lines
250 B
Text

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