deno test output: tty ansi is not escaped
When im testing deno tty ansi codes (e.g. test if "\x1B[2F" is a string)
they are not escaped when printing within terminal. + they are diff-colored so it's completely broken.
This should be easy to fix.
The test:

0 Replies