From ad50e0edb93af94463219b998bfacf7ecdb5c213 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 24 Sep 2008 12:29:01 +0000 Subject: add a test. cf. [ruby-dev:36484]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_m17n_comb.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb index 50fe8c2233..1ce151d665 100644 --- a/test/ruby/test_m17n_comb.rb +++ b/test/ruby/test_m17n_comb.rb @@ -105,9 +105,8 @@ class TestM17NComb < Test::Unit::TestCase 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"), -- cgit v1.2.3