[前][次][番号順一覧][スレッド一覧]

ruby-changes:37919

From: svn <ko1@a...>
Date: Wed, 18 Mar 2015 12:02:49 +0900 (JST)
Subject: [ruby-changes:37919] svn:r50000 (trunk): * remove trailing spaces.

svn	2015-03-18 12:02:33 +0900 (Wed, 18 Mar 2015)

  New Revision: 50000

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50000

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/test/ruby/test_float.rb
Index: test/ruby/test_float.rb
===================================================================
--- test/ruby/test_float.rb	(revision 49999)
+++ test/ruby/test_float.rb	(revision 50000)
@@ -674,7 +674,7 @@ class TestFloat < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_float.rb#L674
   end
 
   def test_hash_0
-    bug10979 = '[ruby-core:68541] [Bug #10979]' 
+    bug10979 = '[ruby-core:68541] [Bug #10979]'
     assert_equal(+0.0.hash, -0.0.hash)
     assert_operator(+0.0, :eql?, -0.0)
     h = {0.0 => bug10979}

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]