We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d510d commit 96c8938Copy full SHA for 96c8938
spec/ruby/language/regexp/character_classes_spec.rb
@@ -562,7 +562,7 @@
562
"\u{16EE}".match(/[[:word:]]/).to_a.should == ["\u{16EE}"]
563
end
564
565
- ruby_bug "#19417", ""..."3.5" do
+ ruby_bug "#19417", ""..."3.4.6" do
566
it "matches Unicode join control characters with [[:word:]]" do
567
"\u{200C}".match(/[[:word:]]/).to_a.should == ["\u{200C}"]
568
"\u{200D}".match(/[[:word:]]/).to_a.should == ["\u{200D}"]
0 commit comments