index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_stringchar.rb
Age
Commit message (
Expand
)
Author
2015-12-16
Add frozen_string_literal: false for all files
naruse
2013-12-13
test/ruby: better assertions
nobu
2012-10-25
revert r37326 "remove string literal concatenation"
nobu
2012-10-25
remove string literal concatenation
nobu
2012-08-08
use local variables
nobu
2010-10-28
* string.c (rb_str_dump): fix expected length. [ruby-core:32935]
nobu
2010-04-29
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
nobu
2008-02-12
* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,
naruse
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2004-11-18
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-09-06
* test/ruby/test_*.rb: assert_same, assert_match, and so on.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi