We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f88ec commit 9aa9ec6Copy full SHA for 9aa9ec6
stdlib/Unicode/test/runtests.jl
@@ -284,8 +284,6 @@ end
284
@test_throws BoundsError graphemes("äöüx", 2:5)
285
@test_throws BoundsError graphemes("äöüx", 5:5)
286
@test_throws ArgumentError graphemes("äöüx", 0:1)
287
-
288
- @test @allocated(length(graphemes("äöüx"))) == 0
289
end
290
291
@testset "#3721, #6939 up-to-date character widths" begin
0 commit comments