summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_m17n.rb (test_magic_comment): add test.usa2008-01-281-0/+7
* add tests.akr2008-01-261-0/+3
* add a test for [ruby-dev:33377].akr2008-01-261-0/+7
* add a test for [ruby-dev:33406].akr2008-01-261-0/+4
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-251-0/+51
* * test/ruby/test_m17n.rb: commit miss.usa2008-01-241-0/+2
* * test/ruby/test_m17n.rb: follow to the following changes.usa2008-01-241-10/+8
* split UTF-16 tests.akr2008-01-231-42/+0
* add a test.akr2008-01-231-0/+3
* add a test.akr2008-01-231-0/+3
* * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz2008-01-221-9/+100
* add a test.akr2008-01-201-0/+9
* add a test for each_char.akr2008-01-201-0/+6
* add a test.akr2008-01-201-0/+4
* add a assertion message.akr2008-01-201-1/+3
* add a test.akr2008-01-201-5/+16
* update encdump for UTF-16.akr2008-01-191-2/+8
* fix a test.akr2008-01-191-1/+1
* add a test.akr2008-01-191-0/+4
* * sprintf.c (rb_str_format): set result encoding for wider width.nobu2008-01-181-0/+32
* * test/ruby/test_m17n.rb (test_str_dump): added test forkazu2008-01-181-0/+38
* * test_m17n.rb: Regexp switch `s' should mean Windows-31J, as wells asusa2008-01-181-12/+12
* add tests.akr2008-01-111-0/+10
* add a test.akr2008-01-101-0/+4
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-071-0/+9
* * re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr2008-01-061-0/+2
* add a test.akr2008-01-061-0/+7
* split combinational tests.akr2008-01-051-1281/+0
* add a test.akr2008-01-051-0/+4
* * re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr2008-01-051-0/+2
* * re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr2008-01-041-1/+20
* add more tests for sub, gsub, sub!, gsub!.akr2007-12-301-0/+102
* fix \xc2\xa0 as \xc2\xa1.akr2007-12-301-43/+43
* add tests.akr2007-12-291-0/+7
* add tests.akr2007-12-241-0/+37
* add a test for non-ascii method name.akr2007-12-241-0/+15
* 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