Skip to content

Commit

Permalink
propagate the terminals displaysize to the IOContext used by the REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Sep 12, 2024
1 parent 47b975c commit 0fc4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ end
@test r == repr("x"^271) * " ⋯ 459 bytes ⋯ " * repr("x"^270)
r = replstr(["x"^1000])
@test length(r) < 120
@test r == "1-element Vector{String}:\n " * repr("x"^31) * "939 bytes ⋯ " * repr("x"^30)
@test r == "1-element Vector{String}:\n " * repr("x"^30) * "940 bytes ⋯ " * repr("x"^30)
end
end

Expand Down

0 comments on commit 0fc4fd6

Please sign in to comment.