This bug demonstrates the issue I reported. It passes on commit
114e71d062
but does not pass on commit (the immediate child of the above commit)
1d2d25dcad
This commit is contained in:
Fable Phippen 2024-02-26 14:24:22 -05:00 committed by Nobuyoshi Nakada
parent 3ca8b4aee0
commit 7b56353d97

View File

@ -1130,6 +1130,11 @@ CODE
end;
end
def test_byteslice_grapheme_clusters
string = "안녕"
assert_equal([""], string.byteslice(0,4).grapheme_clusters)
end
def test_each_line
verbose, $VERBOSE = $VERBOSE, nil