aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (hash_i): make Hash#hash order insensitive.akr2008-06-071-0/+4
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* add tests for [ruby-dev:34556] and [ruby-dev:34555].akr2008-05-011-0/+3
* * test/ruby/test_hash.rb: follow the change of Hash#flatten.mame2008-02-071-1/+1
* * test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame2008-02-051-0/+183
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-151-0/+11
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-051-1/+1
* * Merge YARVko12006-12-311-0/+562
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-42/+42
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-2/+2
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-34/+34
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-22/+22
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+76