mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a test for r52016
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
db152cd2dd
commit
717be3df42
1 changed files with 4 additions and 0 deletions
|
@ -1635,4 +1635,8 @@ class TestM17NComb < Test::Unit::TestCase
|
|||
}
|
||||
end
|
||||
|
||||
def test_bug11486
|
||||
bug11486 = '[Bug #11486]'
|
||||
assert_nil ("\u3042"*19+"\r"*19+"\u3042"*20+"\r"*20).encode("euc-jp").gsub!(/xxx/i, "")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue