8000 Postpone spec of eszett with ignore case in look behind · github/ruby@94df8a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94df8a0

Browse files
committed
Postpone spec of eszett with ignore case in look behind
1 parent 737ca6b commit 94df8a0

File tree

1 file1

-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/language/regexp_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
/foo.(?<=\d)/.match("fooA foo1").to_a.should == ["foo1"]
113113
end
114114

115-
ruby_bug "#13671", ""..."3.5" do # https://bugs.ruby-lang.org/issues/13671
115+
ruby_bug "#13671", ""..."3.6" do # https://bugs.ruby-lang.org/issues/13671
116116
it "handles a lookbehind with ss characters" do
117117
r = Regexp.new("(?<!dss)", Regexp::IGNORECASE)
118118
r.should =~ "✨"

0 commit comments

Comments
 (0)
0