aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_system.rb
Commit message (Expand)AuthorAgeFilesLines
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-251-1/+1
* fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr2005-12-291-1/+1
* * parse.y (string_content): get rid of segfault at empty evstr.nobu2004-12-081-0/+4
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-291-1/+0
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-7/+3
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-2/+2
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-051-1/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-221-1/+2
* * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi2003-10-051-5/+2
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-1/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-35/+26
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-7/+7
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-051-7/+12
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+77