зеркало из https://github.com/github/ruby.git
[Bug #19533] Add spec of infinite range inclusion
This commit is contained in:
Родитель
fb17c833f5
Коммит
60f22ebf86
|
@ -10,4 +10,10 @@ describe "Range#===" do
|
|||
|
||||
it_behaves_like :range_cover_and_include, :===
|
||||
it_behaves_like :range_cover, :===
|
||||
|
||||
ruby_bug "#19533", "3.2"..."3.3" do
|
||||
it "returns true on any value if begin and end are both nil" do
|
||||
(nil..nil).should === 1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче