aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_stringchar.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/ruby: better assertionsnobu2013-12-131-4/+4
* revert r37326 "remove string literal concatenation"nobu2012-10-251-0/+4
* remove string literal concatenationnobu2012-10-251-4/+0
* use local variablesnobu2012-08-081-16/+16
* * string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu2010-10-281-0/+15
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-2/+2
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-4/+4
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-181-0/+50
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-1/+1
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-64/+64
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-42/+44
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+116