ruby-changes:47091
From: svn <ko1@a...>
Date: Thu, 29 Jun 2017 23:41:41 +0900 (JST)
Subject: [ruby-changes:47091] svn:r59206 (trunk): * append newline at EOF.
svn 2017-06-29 23:35:39 +0900 (Thu, 29 Jun 2017) New Revision: 59206 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59206 Log: * append newline at EOF. Modified files: trunk/spec/rubyspec/core/matchdata/named_captures_spec.rb Index: spec/rubyspec/core/matchdata/named_captures_spec.rb =================================================================== --- spec/rubyspec/core/matchdata/named_captures_spec.rb (revision 59205) +++ spec/rubyspec/core/matchdata/named_captures_spec.rb (revision 59206) @@ -10,4 +10,4 @@ ruby_version_is '2.4' do https://github.com/ruby/ruby/blob/trunk/spec/rubyspec/core/matchdata/named_captures_spec.rb#L10 /\A(?<a>.)(?<b>.)(?<b>.)(?<a>.)\z/.match('0123').named_captures.should == { 'a' => '3', 'b' => '2' } end end -end \ No newline at end of file +end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/