ruby-changes:40155
From: svn <ko1@a...>
Date: Fri, 23 Oct 2015 11:09:30 +0900 (JST)
Subject: [ruby-changes:40155] svn:r52236 (trunk): * remove trailing spaces.
svn 2015-10-23 11:09:16 +0900 (Fri, 23 Oct 2015) New Revision: 52236 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52236 Log: * remove trailing spaces. Modified files: trunk/test/matrix/test_matrix.rb Index: test/matrix/test_matrix.rb =================================================================== --- test/matrix/test_matrix.rb (revision 52235) +++ test/matrix/test_matrix.rb (revision 52236) @@ -585,7 +585,7 @@ class TestMatrix < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/matrix/test_matrix.rb#L585 def test_eigenvalues_and_eigenvectors_symmetric m = Matrix[ - [8, 1], + [8, 1], [1, 8] ] values = m.eigensystem.eigenvalues @@ -598,7 +598,7 @@ class TestMatrix < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/matrix/test_matrix.rb#L598 def test_eigenvalues_and_eigenvectors_nonsymmetric m = Matrix[ - [8, 1], + [8, 1], [4, 5] ] values = m.eigensystem.eigenvalues -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/