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:
parent
2fb01bc0d1
commit
ad50e0edb9
1 changed files with 2 additions and 3 deletions
|
@ -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"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue