1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Postpone fix of lookbehind with ss characters tentatively

This commit is contained in:
Nobuyoshi Nakada 2021-12-26 22:40:50 +09:00
parent 7c738ce5e6
commit abad017354
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2021-12-27 00:34:22 +09:00

View file

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