ruby-changes:12323
From: nobu <ko1@a...>
Date: Fri, 10 Jul 2009 20:41:40 +0900 (JST)
Subject: [ruby-changes:12323] Ruby:r24018 (trunk): * test/ruby/test_array.rb (test_join2): fixed typo.
nobu 2009-07-10 20:41:27 +0900 (Fri, 10 Jul 2009) New Revision: 24018 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24018 Log: * test/ruby/test_array.rb (test_join2): fixed typo. Modified files: trunk/test/ruby/test_array.rb Index: test/ruby/test_array.rb =================================================================== --- test/ruby/test_array.rb (revision 24017) +++ test/ruby/test_array.rb (revision 24018) @@ -1495,7 +1495,7 @@ def (a = Object.new).to_a [self] end - assert_equal("[...]", [a].join, , '[ruby-core:24150]') + assert_equal("[...]", [a].join, '[ruby-core:24150]') end def test_to_a2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/