1
0
Fork 0
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:
nobu 2012-12-07 05:02:18 +00:00
parent 97de2b36e9
commit 13d3f023c6
6 changed files with 23 additions and 23 deletions

View file

@ -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