diff --git a/test/show.jl b/test/show.jl index 65c65111606c52..a83e5cf88c8b6f 100644 --- a/test/show.jl +++ b/test/show.jl @@ -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