aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
* refine a test.akr2007-12-241-5/+14
* add a test for String#hash.akr2007-12-241-0/+8
* * string.c (tr_trans): should associate new encoding if modified.matz2007-12-231-11/+2
* test reflexive, symmetric and transitive relation of String#==.akr2007-12-231-172/+214
* add assertion messages.akr2007-12-231-5/+7
* * encoding.c (rb_enc_codepoint): implemented to raise invalidakr2007-12-231-60/+150
* add tests for warning of none encoding regexps.akr2007-12-231-21/+38
* use String#ascii_only?.akr2007-12-221-37/+33
* update tests for latest /.../n handling.akr2007-12-221-14/+24
* * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz2007-12-211-1/+1
* * string.c (tr_trans): wrong encoding check for tree strings.matz2007-12-201-2/+2
* add test for succ.akr2007-12-201-4/+50
* disable debug print.akr2007-12-201-1/+1
* add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.akr2007-12-201-18/+129
* add m17n tests for scan, slice, slice!, split.akr2007-12-201-4/+141
* * string.c (rb_str_each_line): should consider rslen.matz2007-12-191-1/+4
* * string.c (rb_str_rindex_m): too much adjustment.matz2007-12-191-1/+13
* * re.c (rb_reg_regsub): should set checked encoding.nobu2007-12-191-0/+2
* add tests for insert, intern, length, oct, replace, reverse.akr2007-12-191-1/+62
* add tests for hex, include?, index, rindex.akr2007-12-191-0/+79
* add tests for clear, clone, dup, count, crypt, delete, downcase, dump,akr2007-12-191-0/+150
* add tests.akr2007-12-191-4/+38
* add test for center, ljust, rjust, chomp.akr2007-12-191-0/+73
* more m17n tests.akr2007-12-181-120/+264
* fix test. [ruby-dev:32625].akr2007-12-181-4/+11
* more tests.akr2007-12-181-0/+103
* * string.c (str_nth): need not to raise out-of-range exception.matz2007-12-181-1/+0
* more tests.akr2007-12-181-71/+120
* more tests.akr2007-12-171-4/+183
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-131-7/+7
* upcase hex.akr2007-12-131-25/+25
* update tests for String#inspect replacing \xHH instead of \OOO.akr2007-12-091-27/+27
* * re.c (append_utf8): check unicode range.akr2007-12-091-0/+10
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-091-0/+5
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-091-0/+6
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-081-10/+25
* add test for UTF-8 bit pattern.akr2007-12-081-0/+59
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-3/+3
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-061-113/+145
* s/unicode/Unicode/ in error messages.akr2007-12-021-7/+75
* * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr2007-12-021-0/+8
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-7/+20
* more tests.akr2007-11-261-155/+77
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-21/+189
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-231-0/+201