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

ruby-changes:54857

From: naruse <ko1@a...>
Date: Wed, 13 Feb 2019 13:49:40 +0900 (JST)
Subject: [ruby-changes:54857] naruse:r67062 (trunk): fix test for r67061

naruse	2019-02-13 13:49:36 +0900 (Wed, 13 Feb 2019)

  New Revision: 67062

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

  Log:
    fix test for r67061

  Modified files:
    trunk/test/ruby/test_rubyoptions.rb
Index: test/ruby/test_rubyoptions.rb
===================================================================
--- test/ruby/test_rubyoptions.rb	(revision 67061)
+++ test/ruby/test_rubyoptions.rb	(revision 67062)
@@ -703,19 +703,6 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L703
         )?
       )x,
       :*,
-      %r(
-        \[NOTE\]\n
-        You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
-        Bug\sreports\sare\swelcome.\n
-        (?:.*\n)?
-        For\sdetails:\shttps:\/\/.*\.ruby-lang\.org/.*\n
-        \n
-        (?:
-          \[IMPORTANT\]\n
-          (?:.+\n)+
-          \n
-        )?
-      )x,
     ]
     ExpectedStderrList << additional if additional
   end

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

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