swc/crates/swc_bundler/tests/deno-exec/.deno-10161/case1/entry.ts
2021-11-09 20:42:49 +09:00

5 lines
79 B
TypeScript

const res = String.raw`
` === "\\n";
if (!res) {
throw new Error('Wrong')
}