We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b721b62 commit abe51a1Copy full SHA for abe51a1
core/module/ruby2_keywords_spec.rb
@@ -79,7 +79,7 @@ def kwargs(**kw)
79
after_usage.should == h
80
after_usage.should_not.equal?(h)
81
after_usage.should_not.equal?(marked)
82
- ruby_bug "#18625", ""..."3.2" do
+ ruby_bug "#18625", ""..."3.3" do # might be fixed in 3.2
83
Hash.ruby2_keywords_hash?(after_usage).should == false
84
end
85
Hash.ruby2_keywords_hash?(marked).should == true
0 commit comments