summaryrefslogtreecommitdiff
path: root/test/syck
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
commit3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b (patch)
treec4a278220ba8141b829c5c7b0777c1049cfe413c /test/syck
parent39da1b63699faf30c86e753e193c29b81b16136d (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/syck')
-rw-r--r--test/syck/test_null.rb2
-rw-r--r--test/syck/test_struct.rb2
-rw-r--r--test/syck/test_yaml.rb4
3 files changed, 4 insertions, 4 deletions
diff --git a/test/syck/test_null.rb b/test/syck/test_null.rb
index b38bf50fba..8bd710fe5e 100644
--- a/test/syck/test_null.rb
+++ b/test/syck/test_null.rb
@@ -11,7 +11,7 @@ module Syck
---
- ~
- null
--
+-
- Null
- NULL
eoyml
diff --git a/test/syck/test_struct.rb b/test/syck/test_struct.rb
index 547c5f2d71..8d4c538d98 100644
--- a/test/syck/test_struct.rb
+++ b/test/syck/test_struct.rb
@@ -30,7 +30,7 @@ module Syck
def test_load
obj = YAML.load(<<-eoyml)
---- !ruby/struct:StructWithIvar
+--- !ruby/struct:StructWithIvar
foo: bar
@bar: hello
eoyml
diff --git a/test/syck/test_yaml.rb b/test/syck/test_yaml.rb
index b346de4bee..7edf79dbe6 100644
--- a/test/syck/test_yaml.rb
+++ b/test/syck/test_yaml.rb
@@ -505,7 +505,7 @@ EoY
WHOIS lookup made at 11:56:46 19-Mar-2010
---
+--
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:
@@ -517,7 +517,7 @@ includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
-register. Access may be withdrawn or restricted at any time.
+register. Access may be withdrawn or restricted at any time.
EoY
end