TypeScript/tests/cases/compiler/taggedTemplateStringsWithUnicodeEscapes.ts
2015-02-21 14:48:10 +01:00

4 lines
93 B
TypeScript

function f(...args: any[]) {
}
f `'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'`;