Skip to content

Commit

Permalink
Re-skip a failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 25, 2023
1 parent 9614bea commit 6e13cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/language/regexp_spec.rb
Expand Up @@ -112,7 +112,7 @@
/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 =~ "✨"
Expand Down

0 comments on commit 6e13cde

Please sign in to comment.