aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/enc/test_utf16.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/ruby: better assertionsnobu2013-12-131-4/+4
* use assert_equal, assert_match, and so on.nobu2012-05-071-1/+1
* avoid method redefinition.akr2010-02-141-1/+1
* * test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui2008-12-131-1/+1
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-0/+13
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-12/+0
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-10/+10
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-0/+12
* add assertion message for previous commit.akr2008-09-151-6/+13
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-151-0/+6
* * test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse2008-08-131-10/+10
* * test/ruby/enc: moved tests for particular encodings.nobu2008-07-161-0/+358