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

5 lines
108 B
TypeScript

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