summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
Commit message (Expand)AuthorAgeFilesLines
* add test for [ruby-dev:31197].akr2007-07-131-0/+2
* * Merge YARVko12006-12-311-17/+1022
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean2005-05-131-0/+10
* Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal2004-06-161-0/+28
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-43/+43
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-33/+33
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+103