* remove trailing spaces. [ci skip]

This commit is contained in:
git 2019-10-17 17:45:02 +09:00
parent 2a22a6b2d8
commit 2a261909cc

View File

@ -92,7 +92,7 @@ describe "Regexp#match" do
# set $~
/./.match("a")
$~.should be_kind_of(MatchData)
/1/.match(nil)
$~.should be_nil
end