TypeScript/tests/cases/compiler/taggedTemplateStringsHexadecimalEscapes.ts

4 lines
71 B
TypeScript
Raw Normal View History

2015-02-21 14:48:10 +01:00
function f(...args: any[]) {
}
f `\x0D${ "Interrupted CRLF" }\x0A`;