Re-skip a failing spec

This commit is contained in:
Takashi Kokubun 2023-12-25 01:25:36 -08:00
parent 9614bea2cd
commit 6e13cde457

View File

@ -112,7 +112,7 @@ describe "Literal Regexps" do
/foo.(?<=\d)/.match("fooA foo1").to_a.should == ["foo1"]
end
ruby_bug "#13671", ""..."3.4" do # https://bugs.ruby-lang.org/issues/13671
ruby_bug "#13671", ""..."3.5" do # https://bugs.ruby-lang.org/issues/13671
it "handles a lookbehind with ss characters" do
r = Regexp.new("(?<!dss)", Regexp::IGNORECASE)
r.should =~ ""