1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

chore(windows): fix flaky pty_complete_imports (#16905)

This commit is contained in:
David Sherret 2022-12-02 14:59:04 -05:00 committed by GitHub
parent 83bc8c473d
commit 868068c847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,9 +173,10 @@ mod repl {
assert_contains!(output, "Hello World");
assert_contains!(
output,
// on windows, could contain either (it's flaky)
// on windows, could any (it's flaky)
"\ntesting output",
"testing output\u{1b}",
"\r\n\u{1b}[?25htesting output",
);
});