diff options
author | Takashi Kokubun <[email protected]> | 2023-12-25 01:25:36 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-12-25 01:25:36 -0800 |
commit | 6e13cde457cbf9b678191e7a7b8684fc83bf392c (patch) | |
tree | cafb1805b926bd27729dd4213b16af92691d8ce7 /spec/ruby/language | |
parent | 9614bea2cd59902a051a7387e354e23a52fe5396 (diff) |
Re-skip a failing spec
Diffstat (limited to 'spec/ruby/language')
-rw-r--r-- | spec/ruby/language/regexp_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/language/regexp_spec.rb b/spec/ruby/language/regexp_spec.rb index cdafd29f49..89d0914807 100644 --- a/spec/ruby/language/regexp_spec.rb +++ b/spec/ruby/language/regexp_spec.rb @@ -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 =~ "✨" |