mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore(windows): fix flaky pty_complete_imports (#16905)
This commit is contained in:
parent
83bc8c473d
commit
868068c847
1 changed files with 2 additions and 1 deletions
|
@ -173,9 +173,10 @@ mod repl {
|
||||||
assert_contains!(output, "Hello World");
|
assert_contains!(output, "Hello World");
|
||||||
assert_contains!(
|
assert_contains!(
|
||||||
output,
|
output,
|
||||||
// on windows, could contain either (it's flaky)
|
// on windows, could any (it's flaky)
|
||||||
"\ntesting output",
|
"\ntesting output",
|
||||||
"testing output\u{1b}",
|
"testing output\u{1b}",
|
||||||
|
"\r\n\u{1b}[?25htesting output",
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue