summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2008-01-01add a test: "y".count("a\\-z") should be 0.akr
2007-12-31* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu
2007-12-24add succ tests from the succ document.akr
2007-12-13* string.c (rb_str_shared_replace): make str noembed after free.akr
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-08-28* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu
2007-07-19refine tests for shift.akr
2007-02-08* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko1
2006-12-31 * Merge YARVko1
2004-10-03test String#sum for bits=0..7.akr
2004-10-03add test for String#sum.akr