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

ruby-changes:26426

From: ko1 <ko1@a...>
Date: Thu, 20 Dec 2012 06:28:56 +0900 (JST)
Subject: [ruby-changes:26426] ko1:r38477 (trunk): * test/ruby/test_fiber.rb: remove a strange single quote character.

ko1	2012-12-20 06:28:44 +0900 (Thu, 20 Dec 2012)

  New Revision: 38477

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

  Log:
    * test/ruby/test_fiber.rb: remove a strange single quote character.
      With this character, this script exits by SyntaxError.

  Modified files:
    trunk/ChangeLog
    trunk/test/ruby/test_fiber.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38476)
+++ ChangeLog	(revision 38477)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Dec 20 06:25:44 2012  Koichi Sasada  <ko1@a...>
+
+	* test/ruby/test_fiber.rb: remove a strange single quote character.
+	  With this character, this script exits by SyntaxError.
+
 Thu Dec 20 01:03:00 2012  Zachary Scott  <zachary@zacharyscott>
 
 	* ext/.document: Add missing ext modules to .document
Index: test/ruby/test_fiber.rb
===================================================================
--- test/ruby/test_fiber.rb	(revision 38476)
+++ test/ruby/test_fiber.rb	(revision 38477)
@@ -192,7 +192,7 @@ class TestFiber < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_fiber.rb#L192
     assert_normal_exit %q{
       require 'fiber'
       Fiber.new{}.resume
-      1.times{Fiber.current.transfer}'
+      1.times{Fiber.current.transfer}
     }
   end
 

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

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