index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
hash.rb
Age
Commit message (
Expand
)
Author
2015-09-10
add Hash#rehash to handle key modification; ref #2945
Yukihiro "Matz" Matsumoto
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-12
Fix Hash test
Jun Hiroe
2014-05-10
Change to raise TypeError (Hash#merge, #merge!)
yui-knk
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-04
Hash#replace should copy default as well; close #2004
Yukihiro "Matz" Matsumoto
2014-04-04
merge test code from #2003
Yukihiro "Matz" Matsumoto
2014-03-15
Hash#shift may return any entries
Yukihiro "Matz" Matsumoto
2014-03-08
fix #1823
ksss
2014-03-07
Fix behavior Hash#eql?
ksss
2014-02-14
add test for Hash#dup
Li Yazhou
2013-08-02
I fix order of actual and expect test value in hash.rb.
Jun Hiroe
2013-06-15
Improve Hash Tests
Daniel Bovensiepen
2013-05-08
Add more test cases for test coverage.
Masaki Muranaka
2013-04-02
Add test cases.
Masaki Muranaka
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-06-02
Add test cases for Hash
Daniel Bovensiepen
2012-05-30
remove debug print
Yukihiro Matsumoto
2012-05-30
specify allocating array size for Hash#values
Yukihiro Matsumoto
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-20
Fix Hash#shift return value from Hash to Array
Daniel Bovensiepen
2012-05-19
Complete ISO test cases for Hash, Range, String and Symbol
Daniel Bovensiepen