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

ruby-changes:30740

From: nobu <ko1@a...>
Date: Wed, 4 Sep 2013 11:12:43 +0900 (JST)
Subject: [ruby-changes:30740] nobu:r42819 (trunk): test_rubyoptions.rb: ignore trivial differences

nobu	2013-09-04 11:12:39 +0900 (Wed, 04 Sep 2013)

  New Revision: 42819

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

  Log:
    test_rubyoptions.rb: ignore trivial differences
    
    * test/ruby/test_rubyoptions.rb (ExpectedStderr): ignore trivial
      differences, not worth to break the tests.

  Modified files:
    trunk/test/ruby/test_rubyoptions.rb
Index: test/ruby/test_rubyoptions.rb
===================================================================
--- test/ruby/test_rubyoptions.rb	(revision 42818)
+++ test/ruby/test_rubyoptions.rb	(revision 42819)
@@ -527,7 +527,7 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L527
       \[NOTE\]\n
       You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
       Bug\sreports\sare\swelcome.\n
-      For\sdetails:\shttp:\/\/bugs\.ruby-lang\.org/\n
+      For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n
       \n
       (?:#{additional})
       \z

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

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