summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n_comb.rb
Commit message (Expand)AuthorAgeFilesLines
* 300 should be enough for testing cyclic byte succ.naruse2009-11-051-1/+1
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-9/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui2008-12-131-3/+7
* revert previous commit.akr2008-10-081-1/+0
* add an assertion.akr2008-10-081-0/+1
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-3/+1
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-021-12/+21
* add a test. cf. [ruby-dev:36484].akr2008-09-241-3/+2
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-181-4/+5
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-38/+38
* * string.c ():matz2008-09-161-2/+2
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-211-1/+1
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-37/+37
* test_str_slice! refactored.akr2008-07-051-3/+5
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-071-0/+4
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-031-2/+0
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-011-14/+4
* * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz2008-02-291-2/+6
* * string.c (rb_str_rpartition): calculation was done in byte indexing.matz2008-02-291-0/+2
* * re.c (rb_reg_prepare_re): add enable_warning parameter.akr2008-02-171-0/+2
* * string.c (rb_str_succ): don't increment/decrement codepoint.akr2008-01-271-7/+8
* tests refined.akr2008-01-271-16/+30
* add tests.akr2008-01-261-9/+139
* fix previous change.akr2008-01-231-2/+3
* test refined.akr2008-01-231-2/+2
* add a test.akr2008-01-231-35/+78
* * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr2008-01-061-3/+2
* split combinational tests.akr2008-01-051-0/+1434