* remove trailing spaces. [ci skip]
This commit is contained in:
parent
2a22a6b2d8
commit
2a261909cc
@ -92,7 +92,7 @@ describe "Regexp#match" do
|
|||||||
# set $~
|
# set $~
|
||||||
/./.match("a")
|
/./.match("a")
|
||||||
$~.should be_kind_of(MatchData)
|
$~.should be_kind_of(MatchData)
|
||||||
|
|
||||||
/1/.match(nil)
|
/1/.match(nil)
|
||||||
$~.should be_nil
|
$~.should be_nil
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user