ruby-changes:39938
From: nobu <ko1@a...>
Date: Sun, 4 Oct 2015 15:51:51 +0900 (JST)
Subject: [ruby-changes:39938] nobu:r52019 (trunk): test_m17n_comb.rb: message
nobu 2015-10-04 15:51:43 +0900 (Sun, 04 Oct 2015) New Revision: 52019 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52019 Log: test_m17n_comb.rb: message * test/ruby/test_m17n_comb.rb (test_bug11486): add failure message to r52017. Modified files: trunk/test/ruby/test_m17n_comb.rb Index: test/ruby/test_m17n_comb.rb =================================================================== --- test/ruby/test_m17n_comb.rb (revision 52018) +++ test/ruby/test_m17n_comb.rb (revision 52019) @@ -1637,6 +1637,6 @@ class TestM17NComb < Test::Unit::TestCas https://github.com/ruby/ruby/blob/trunk/test/ruby/test_m17n_comb.rb#L1637 def test_bug11486 bug11486 = '[Bug #11486]' - assert_nil ("\u3042"*19+"\r"*19+"\u3042"*20+"\r"*20).encode("euc-jp").gsub!(/xxx/i, "") + assert_nil ("\u3042"*19+"\r"*19+"\u3042"*20+"\r"*20).encode("euc-jp").gsub!(/xxx/i, ""), bug11486 end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/