summaryrefslogtreecommitdiffhomepage
path: root/test/t/hash.rb
AgeCommit message (Expand)Author
2019-07-17Merge branch 'master' into i110/inspect-recursionYukihiro "Matz" Matsumoto
2019-03-19Use `FrozenError` instead of `RuntimeError` in frozen object modification testKOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2018-10-12`Hash#delete` should return the deleted value; fix #4133Yukihiro "Matz" Matsumoto
2018-06-04Let inspect recursion do the right thingIchito Nagata
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2016-12-11Implement Object#freezeTakashi Kokubun
2016-12-07Copy default_proc by Hash#dup.Shugo Maeda
2016-12-01Add test for recently fixed bugsYutaka HARA
2016-01-27protect NoMethodError from calling to_hash in replaceSayed Abdelhaleem
2015-09-10add Hash#rehash to handle key modification; ref #2945Yukihiro "Matz" Matsumoto
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-12Fix Hash testJun Hiroe
2014-05-10Change to raise TypeError (Hash#merge, #merge!)yui-knk
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-04Hash#replace should copy default as well; close #2004Yukihiro "Matz" Matsumoto
2014-04-04merge test code from #2003Yukihiro "Matz" Matsumoto
2014-03-15Hash#shift may return any entriesYukihiro "Matz" Matsumoto
2014-03-08fix #1823ksss
2014-03-07Fix behavior Hash#eql?ksss
2014-02-14add test for Hash#dupLi Yazhou
2013-08-02I fix order of actual and expect test value in hash.rb.Jun Hiroe
2013-06-15Improve Hash TestsDaniel Bovensiepen
2013-05-08Add more test cases for test coverage.Masaki Muranaka
2013-04-02Add test cases.Masaki Muranaka
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-06-02Add test cases for HashDaniel Bovensiepen
2012-05-30remove debug printYukihiro Matsumoto
2012-05-30specify allocating array size for Hash#valuesYukihiro Matsumoto
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-20Fix Hash#shift return value from Hash to ArrayDaniel Bovensiepen
2012-05-19Complete ISO test cases for Hash, Range, String and SymbolDaniel Bovensiepen