1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add a test. cf. [ruby-dev:36484].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-24 12:29:01 +00:00
parent 2fb01bc0d1
commit ad50e0edb9

View file

@ -105,9 +105,8 @@ class TestM17NComb < Test::Unit::TestCase
u("\xc2"), u("\x80"), u("\xc2"), u("\x80"),
# for transitivity test # for transitivity test
u("\xe0\xa0\xa1"), u("\xe0\xa0\xa1"), e("\xe0\xa0\xa1"), s("\xe0\xa0\xa1"), # [ruby-dev:32693]
e("\xe0\xa0\xa1"), e("\xa1\xa1"), a("\xa1\xa1"), s("\xa1\xa1"), # [ruby-dev:36484]
s("\xe0\xa0\xa1"),
#"aa".force_encoding("utf-16be"), #"aa".force_encoding("utf-16be"),
#"aaaa".force_encoding("utf-32be"), #"aaaa".force_encoding("utf-32be"),