summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-24 12:29:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-24 12:29:01 +0000
commit604b4986aefb2c59b579cce42f09751898e7bc61 (patch)
tree9e52483f96810fa46967431476da6e65428b42c7 /test/ruby
parent68455d6480d2545447ba65d043da56a3775c91d6 (diff)
downloadruby-604b4986aefb2c59b579cce42f09751898e7bc61.tar.gz
ruby-604b4986aefb2c59b579cce42f09751898e7bc61.tar.xz
ruby-604b4986aefb2c59b579cce42f09751898e7bc61.zip
add a test. cf. [ruby-dev:36484].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n_comb.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb
index 50fe8c223..1ce151d66 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"),