TypeScript/tests/cases/compiler/taggedTemplateStringsWithWhitespaceEscapesES6.ts

5 lines
64 B
TypeScript
Raw Normal View History

2015-02-21 14:48:10 +01:00
//@target: es6
function f(...args: any[]) {
}
f `\t\n\v\f\r\\`;