[Bug #19417] Update version guard

This commit is contained in:
Nobuyoshi Nakada 2025-07-10 21:39:40 +09:00
parent cdeb9c4d70
commit 800de9891e
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -562,7 +562,7 @@ describe "Regexp with character classes" do
"\u{16EE}".match(/[[:word:]]/).to_a.should == ["\u{16EE}"]
end
ruby_bug "#19417", ""..."3.3" do
ruby_bug "#19417", ""..."3.5" do
it "matches Unicode join control characters with [[:word:]]" do
"\u{200C}".match(/[[:word:]]/).to_a.should == ["\u{200C}"]
"\u{200D}".match(/[[:word:]]/).to_a.should == ["\u{200D}"]