Bug Report Checklist
Expected
This should twice show the same string:
import dedent from "dedent"
console.log(dedent`
This is broken:
\\\$`);
console.log(`This is correct:
\\\$`);
Actual
It shows:
This is broken:
\\$
This is correct:
\$
Additional Info
See also: https://playcode.io/2050574
Bug Report Checklist
mainbranch of the repository.Expected
This should twice show the same string:
Actual
It shows:
Additional Info
See also: https://playcode.io/2050574