aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/strscan/test_stringscanner.rb: require test/unit.aamine2003-09-171-8/+1
* * test/strscan/test_stringscanner.rb: new file.aamine2003-09-171-0/+403
* * test/csv/test_csv.rb: add negative tests of row_sep.nahi2003-09-161-0/+16
* * lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi2003-09-152-122/+245
* * eval.c (struct tag): dst should be VALUE.nobu2003-09-091-2/+3
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-069-28/+24
* * sync to lib/csv/tests/csv_ut.rb.nahi2003-09-051-9/+7
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-0530-800/+765
* * same as the previous commit.nahi2003-09-052-3/+3
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-0524-563/+565
* * test/runner.rb: arguments should be keys.nobu2003-09-051-1/+1
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-051-7/+12
* test/runner.rb: convert Version to numeric array.nobu2003-09-051-3/+2
* test/runner.rb: add Release.nobu2003-09-051-3/+4
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-051-10/+21
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-052-6/+42
* * test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi2003-09-051-0/+41
* * test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu2003-09-041-104/+82
* * test/ruby: tests for ruby itself.nahi2003-09-0429-1/+2224
* * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi2003-09-041-151/+181
* * test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi2003-09-042-76/+72
* * test/csv/test_csv.rb: run on test/unit original layer.nahi2003-09-041-42/+26
* * test: add test directory. Test::Unit aware testcases and needed files shouldnahi2003-09-033-0/+1512