swc/crates/swc_ecma_parser/tests/tsc/templateStringWithBackslashEscapes01.ts

6 lines
102 B
TypeScript

var a = `hello\world`;
var b = `hello\\world`;
var c = `hello\\\world`;
var d = `hello\\\\world`;