swc/crates/swc_bundler/tests/deno-exec/.deno-10161/case1/entry.ts
2022-05-04 14:25:28 +00:00

7 lines
85 B
TypeScript

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