summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n.rb
AgeCommit message (Expand)Author
2008-01-06* re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr
2008-01-06add a test.akr
2008-01-05split combinational tests.akr
2008-01-05add a test.akr
2008-01-05* re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr
2008-01-04* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr
2007-12-30add more tests for sub, gsub, sub!, gsub!.akr
2007-12-30fix \xc2\xa0 as \xc2\xa1.akr
2007-12-29add tests.akr
2007-12-24add tests.akr
2007-12-24add a test for non-ascii method name.akr
2007-12-24refine a test.akr
2007-12-24add a test for String#hash.akr
2007-12-23* string.c (tr_trans): should associate new encoding if modified.matz
2007-12-23test reflexive, symmetric and transitive relation of String#==.akr
2007-12-23add assertion messages.akr
2007-12-23* encoding.c (rb_enc_codepoint): implemented to raise invalidakr
2007-12-23add tests for warning of none encoding regexps.akr
2007-12-22use String#ascii_only?.akr
2007-12-22update tests for latest /.../n handling.akr
2007-12-21* test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz
2007-12-20* string.c (tr_trans): wrong encoding check for tree strings.matz
2007-12-20add test for succ.akr
2007-12-20disable debug print.akr
2007-12-20add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.akr
2007-12-20add m17n tests for scan, slice, slice!, split.akr
2007-12-19* string.c (rb_str_each_line): should consider rslen.matz
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-19add tests for insert, intern, length, oct, replace, reverse.akr
2007-12-19add tests for hex, include?, index, rindex.akr
2007-12-19add tests for clear, clone, dup, count, crypt, delete, downcase, dump,akr
2007-12-19add tests.akr
2007-12-19add test for center, ljust, rjust, chomp.akr
2007-12-18more m17n tests.akr
2007-12-18fix test. [ruby-dev:32625].akr
2007-12-18more tests.akr
2007-12-18* string.c (str_nth): need not to raise out-of-range exception.matz
2007-12-18more tests.akr
2007-12-17more tests.akr
2007-12-13* encoding.c (rb_enc_compatible): encoding should never fall backmatz
2007-12-13upcase hex.akr
2007-12-09update tests for String#inspect replacing \xHH instead of \OOO.akr
2007-12-09* re.c (append_utf8): check unicode range.akr
2007-12-09* string.c (tr_find): returns true if no characters to be removed isnobu
2007-12-09* string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu
2007-12-08* re.c (rb_reg_check_preprocess): new function for validating regexpakr
2007-12-08add test for UTF-8 bit pattern.akr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr