aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_object_references.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 05:02:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 05:02:18 +0000
commit13d3f023c6db44ffafeb5845516086b6b3f44d39 (patch)
treee18d662aea55f8f003b879e601dc1d4e3bf2cd86 /test/psych/test_object_references.rb
parent97de2b36e92cc4efec081c51aea62ff40e8c1b56 (diff)
downloadruby-13d3f023c6db44ffafeb5845516086b6b3f44d39.tar.gz
test: remove or replace trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/test_object_references.rb')
-rw-r--r--test/psych/test_object_references.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/psych/test_object_references.rb b/test/psych/test_object_references.rb
index 2a659a3ae6..51d8085fa0 100644
--- a/test/psych/test_object_references.rb
+++ b/test/psych/test_object_references.rb
@@ -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