mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test: remove or replace trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
97de2b36e9
commit
13d3f023c6
6 changed files with 23 additions and 23 deletions
|
|
@ -35,7 +35,7 @@ module Psych
|
|||
|
||||
def test_float_references
|
||||
data = Psych.load <<-eoyml
|
||||
---
|
||||
---\s
|
||||
- &name 1.2
|
||||
- *name
|
||||
eoyml
|
||||
|
|
@ -56,7 +56,7 @@ module Psych
|
|||
|
||||
def test_regexp_references
|
||||
data = Psych.load <<-eoyml
|
||||
---
|
||||
---\s
|
||||
- &name !ruby/regexp /pattern/i
|
||||
- *name
|
||||
eoyml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue