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:
parent
7c738ce5e6
commit
abad017354
Notes:
git
2021-12-27 00:34:22 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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 =~ "✨"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue