Closed
Description
From the test in #34944:
julia> REPLTests.fake_repl() do in, out, repl
repltask = @async begin
REPL.run_repl(repl)
end
write(in, "?;\n")
write(in, '\x04')
wait(repltask)
end
search:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment