index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_hash.rb
Age
Commit message (
Expand
)
Author
2008-06-07
* hash.c (hash_i): make Hash#hash order insensitive.
akr
2008-05-13
* test/ruby/test_io_m17n.rb: remove a duplicative method.
mame
2008-05-01
add tests for [ruby-dev:34556] and [ruby-dev:34555].
akr
2008-02-07
* test/ruby/test_hash.rb: follow the change of Hash#flatten.
mame
2008-02-05
* test/ruby/test_hash.rb: add tests to achieve over 90% test coverage
mame
2007-08-15
* hash.c (rb_hash_delete_key): delete the entry without calling block.
nobu
2007-07-05
* test/ruby/test_basicinstructions.rb: remove an assertion using
ko1
2006-12-31
* Merge YARV
ko1
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-10-28
* parse.y (new_yield): remove magic argument rule; "yield [1,2]"
matz
2003-09-06
* test/ruby/test_*.rb: assert_same, assert_match, and so on.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi