TypeScript/tests/cases/compiler/taggedTemplateStringsWithUnicodeEscapes.ts

4 lines
93 B
TypeScript
Raw Normal View History

2015-02-21 14:48:10 +01:00
function f(...args: any[]) {
}
f `'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'`;