ruby-changes:54861
From: nobu <ko1@a...>
Date: Wed, 13 Feb 2019 21:02:14 +0900 (JST)
Subject: [ruby-changes:54861] nobu:r67066 (trunk): Consider END block
nobu 2019-02-13 21:02:08 +0900 (Wed, 13 Feb 2019) New Revision: 67066 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67066 Log: Consider END block Modified files: trunk/test/ruby/test_rubyoptions.rb Index: test/ruby/test_rubyoptions.rb =================================================================== --- test/ruby/test_rubyoptions.rb (revision 67065) +++ test/ruby/test_rubyoptions.rb (revision 67066) @@ -690,7 +690,7 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L690 %r( (?: --\sRuby\slevel\sbacktrace\sinformation\s----------------------------------------\n - -e:1:in\s\`<main>\'\n + (?:-e:1:in\s\`(?:block\sin\s)?<main>\'\n)* -e:1:in\s\`kill\'\n \n )? -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/