From 717be3df4275f11025c8f70f62269161abc2c07e Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 4 Oct 2015 06:18:46 +0000 Subject: add a test for r52016 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_m17n_comb.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/ruby/test_m17n_comb.rb') diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb index 3a37ed4a23..f66a74e280 100644 --- a/test/ruby/test_m17n_comb.rb +++ b/test/ruby/test_m17n_comb.rb @@ -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 -- cgit v1.2.3