aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* add tests.akr2008-01-111-0/+10
* add a test.akr2008-01-101-0/+4
* make a test locale independent.akr2008-01-101-1/+1
* * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz2008-01-091-1/+1
* * string.c (rb_str_buf_append): fix append itself.akr2008-01-071-0/+6
* * 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
* * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr2008-01-061-3/+2
* add a test.akr2008-01-061-0/+7
* split combinational tests.akr2008-01-052-1281/+1434
* 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 a test for getc with stateful conversion.akr2008-01-031-0/+11
* add a test: "y".count("a\\-z") should be 0.akr2008-01-011-0/+1
* * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu2007-12-311-0/+3
* 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
* Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-281-0/+3
* add a test.akr2007-12-261-0/+12
* * test/ruby/test_io_m17n.rb: fix testsmatz2007-12-251-4/+4
* * test/ruby/test_io_m17n.rb (test_pipe): fixed.akr2007-12-251-1/+1
* * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text andakr2007-12-251-2/+2
* * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz2007-12-241-4/+5
* add tests.akr2007-12-241-0/+37
* add a test for non-ascii method name.akr2007-12-241-0/+15
* add tests.akr2007-12-241-1/+20
* add tests.akr2007-12-241-0/+81
* add succ tests from the succ document.akr2007-12-241-0/+7
* refine a test.akr2007-12-241-5/+14
* * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu2007-12-241-0/+4
* * string.c (rb_str_comparable): fixed to keep transitivity.matz2007-12-241-0/+1
* add a test.akr2007-12-241-0/+11
* add a test for String#hash.akr2007-12-241-0/+8
* add some tests on conversion for pipe.akr2007-12-231-0/+34
* * string.c (tr_trans): should associate new encoding if modified.matz2007-12-231-11/+2
* * io.c (appendline): should do multibyte aware RS search.matz2007-12-231-5/+5
* add test.akr2007-12-231-0/+11
* add ML ref.akr2007-12-231-1/+1
* test reflexive, symmetric and transitive relation of String#==.akr2007-12-231-172/+214
* add tests.akr2007-12-231-0/+42
* add assertions.akr2007-12-231-0/+2
* update tests.akr2007-12-231-2/+3
* add test for IO.pipe.akr2007-12-231-29/+37
* add tests.akr2007-12-231-9/+47
* add assertion messages.akr2007-12-231-5/+7
* more IO m17n tests.akr2007-12-231-4/+122
* * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): matz2007-12-232-2/+2
* move the test for [ruby-core:14288].akr2007-12-231-0/+22