Skip to content

Commit 96c8938

Browse files
authored
Shrink ruby_bug version guard in anticipation of 3.4.6 release
Fix for this bug was merged into ruby_3_4 in 5a42d26 and should go out in the next 3.4.x release.
1 parent d4d510d commit 96c8938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/language/regexp/character_classes_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
"\u{16EE}".match(/[[:word:]]/).to_a.should == ["\u{16EE}"]
563563
end
564564

565-
ruby_bug "#19417", ""..."3.5" do
565+
ruby_bug "#19417", ""..."3.4.6" do
566566
it "matches Unicode join control characters with [[:word:]]" do
567567
"\u{200C}".match(/[[:word:]]/).to_a.should == ["\u{200C}"]
568568
"\u{200D}".match(/[[:word:]]/).to_a.should == ["\u{200D}"]

0 commit comments

Comments
 (0)