Closed satyarohith closed 3 years ago
Input:
foo<space><space>\ bar<space><space>\ baz
Output:
foo bar baz
Expected output:
foo<space>\ bar<space>\ baz
foo<space><space> bar<space><space> baz
foo<space> bar<space> baz
ref: https://github.com/denoland/deno/issues/9727
Thanks! I'll open a PR in deno's repo with this fix as I have a few other changes to make.
backlash
Input:
Output:
Expected output:
spaces
Input:
Output:
Expected output:
ref: https://github.com/denoland/deno/issues/9727