We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ca6b commit 94df8a0Copy full SHA for 94df8a0
spec/ruby/language/regexp_spec.rb
@@ -112,7 +112,7 @@
112
/foo.(?<=\d)/.match("fooA foo1").to_a.should == ["foo1"]
113
end
114
115
- ruby_bug "#13671", ""..."3.5" do # https://bugs.ruby-lang.org/issues/13671
+ ruby_bug "#13671", ""..."3.6" do # https://bugs.ruby-lang.org/issues/13671
116
it "handles a lookbehind with ss characters" do
117
r = Regexp.new("(?<!dss)", Regexp::IGNORECASE)
118
r.should =~ "✨"
0 commit comments