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

5 lines
87 B
TypeScript

//@target: es6
function f(...args: any[]) {
}
f `\x0D${ "Interrupted CRLF" }\x0A`;