summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* remove test for recursive hash key. [ruby-core:22921]akr2009-07-171-6/+0
* * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz2009-05-241-1/+3
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* add a test.akr2009-02-151-0/+15
* * hash.c (rb_hash): always return a fixnum value because a returnmame2009-02-141-0/+11
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-241-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-20/+34
* * 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