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:

2 Replies
GitHub
denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
GitHub
deno test output: tty ansi is not escaped · Issue #30571 · denola...
Version: Deno 2.4.5 When im testing deno tty ansi codes (e.g. test if "\x1B[2F" is a string) they are not escaped when printing within terminal. The test: Deno.test({ name: "partial ...