summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2019-10-17 17:45:02 +0900
committergit <svn-admin@ruby-lang.org>2019-10-17 17:45:02 +0900
commit2a261909cc6d0767d584c0555a1c6594aacf567a (patch)
tree3fd3d0f2e800db011d7b61b99ec8d74d012358f4 /spec
parent2a22a6b2d8465934e75520a7fdcf522d50890caf (diff)
* remove trailing spaces. [ci skip]
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/core/regexp/match_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/regexp/match_spec.rb b/spec/ruby/core/regexp/match_spec.rb
index cac2405c94..c117dcac69 100644
--- a/spec/ruby/core/regexp/match_spec.rb
+++ b/spec/ruby/core/regexp/match_spec.rb
@@ -92,7 +92,7 @@ describe "Regexp#match" do
# set $~
/./.match("a")
$~.should be_kind_of(MatchData)
-
+
/1/.match(nil)
$~.should be_nil
end