summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-29 14:35:39 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-29 14:35:39 +0000
commit904b527f2943589d9d44d45596d964681afc4bb7 (patch)
treeaffe068cf2183cb3b87fd6aeae7451b634660293 /spec
parent5b593e388931490c1e2246d0347c892440167b2c (diff)
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/rubyspec/core/matchdata/named_captures_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rubyspec/core/matchdata/named_captures_spec.rb b/spec/rubyspec/core/matchdata/named_captures_spec.rb
index 1ab3152262..cc3aaa2b45 100644
--- a/spec/rubyspec/core/matchdata/named_captures_spec.rb
+++ b/spec/rubyspec/core/matchdata/named_captures_spec.rb
@@ -10,4 +10,4 @@ ruby_version_is '2.4' do
/\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