mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces. [ci skip]
This commit is contained in:
parent
2a22a6b2d8
commit
2a261909cc
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ describe "Regexp#match" do
|
|||
# set $~
|
||||
/./.match("a")
|
||||
$~.should be_kind_of(MatchData)
|
||||
|
||||
|
||||
/1/.match(nil)
|
||||
$~.should be_nil
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue