mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[Bug #19417] Update version guard
This commit is contained in:
parent
cdeb9c4d70
commit
800de9891e
1 changed files with 1 additions and 1 deletions
|
@ -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}"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue