ruby-changes:28898
From: nobu <ko1@a...>
Date: Mon, 27 May 2013 11:16:09 +0900 (JST)
Subject: [ruby-changes:28898] nobu:r40950 (trunk): * append newline at EOF.
nobu 2013-05-27 11:16:00 +0900 (Mon, 27 May 2013) New Revision: 40950 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40950 Log: * append newline at EOF. Modified files: trunk/test/-ext-/postponed_job/test_postponed_job.rb Index: test/-ext-/postponed_job/test_postponed_job.rb =================================================================== --- test/-ext-/postponed_job/test_postponed_job.rb (revision 40949) +++ test/-ext-/postponed_job/test_postponed_job.rb (revision 40950) @@ -22,4 +22,4 @@ class TestPostponed_job < Test::Unit::Te https://github.com/ruby/ruby/blob/trunk/test/-ext-/postponed_job/test_postponed_job.rb#L22 assert_match /postponed_job_call_direct_wrapper/, direct.join assert_not_match /postponed_job_register_wrapper/, registered.join end -end \ No newline at end of file +end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/