diff options
-rw-r--r-- | cli/tests/repl_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/repl_tests.rs b/cli/tests/repl_tests.rs index 281ae0746..136148d9f 100644 --- a/cli/tests/repl_tests.rs +++ b/cli/tests/repl_tests.rs @@ -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", ); }); |