aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_assignment.rb
Commit message (Expand)AuthorAgeFilesLines
* * sample/test.rb: update test suites.matz2006-07-101-12/+12
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-88/+88
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-61/+0
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-146/+151
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-7/+7
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-7/+7
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-340/+340
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-326/+326
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+469