Skip to content

Commit 8dcabb5

Browse files
committed
Sprinkled "io" everywhere and fixed test
1 parent 39f8f36 commit 8dcabb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/REPL/test/repl.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ fake_repl(options = REPL.Options(confirm_exit=false,hascolor=true)) do stdin_wri
211211
@test occursin("'", s) # check for the echo of the input
212212
s = readuntil(stdout_read, "\n\n")
213213
@test startswith(s, "\e[0mERROR: unterminated single quote\nStacktrace:\n [1] ") ||
214-
startswith(s, "\e[0m\e[1m\e[91mERROR: \e[39m\e[22m\e[91munterminated single quote\e[39m\nStacktrace:\n [1] ")
214+
startswith(s, "\e[0m\e[1m\e[91mERROR: \e[39m\e[22m\e[91munterminated single quote\e[39m\nStacktrace:\n [1] ") ||
215+
startswith(s, "\e[0m\e[1m\e[91mERROR: \e[39m\e[22m\e[91munterminated single quote\e[39m\nUse ")
215216
write(stdin_write, "\b")
216217
end
217218

0 commit comments

Comments
 (0)