ruby-changes:8004
From: akr <ko1@a...>
Date: Wed, 24 Sep 2008 21:31:02 +0900 (JST)
Subject: [ruby-changes:8004] Ruby:r19528 (trunk): add a test. cf. .
akr 2008-09-24 21:29:01 +0900 (Wed, 24 Sep 2008) New Revision: 19528 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19528 Log: add a test. cf. [ruby-dev:36484]. Modified files: trunk/test/ruby/test_m17n_comb.rb Index: test/ruby/test_m17n_comb.rb =================================================================== --- test/ruby/test_m17n_comb.rb (revision 19527) +++ test/ruby/test_m17n_comb.rb (revision 19528) @@ -105,9 +105,8 @@ u("\xc2"), u("\x80"), # for transitivity test - u("\xe0\xa0\xa1"), - e("\xe0\xa0\xa1"), - s("\xe0\xa0\xa1"), + u("\xe0\xa0\xa1"), e("\xe0\xa0\xa1"), s("\xe0\xa0\xa1"), # [ruby-dev:32693] + e("\xa1\xa1"), a("\xa1\xa1"), s("\xa1\xa1"), # [ruby-dev:36484] #"aa".force_encoding("utf-16be"), #"aaaa".force_encoding("utf-32be"), -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/