summaryrefslogtreecommitdiff
path: root/test/yaml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-13 00:02:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-13 00:02:30 +0000
commitacf4da163aadb698aac4a5e8976cf7f57eec18aa (patch)
tree608d7a17ebd85c0f7e1acd64faae79532957ba3e /test/yaml
parent9fdbc41973971f4ef032d57c4e02ed0430227a0a (diff)
* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/yaml')
-rw-r--r--test/yaml/test_yaml.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb
index 35bb7c5f73..ded9530d80 100644
--- a/test/yaml/test_yaml.rb
+++ b/test/yaml/test_yaml.rb
@@ -1,3 +1,4 @@
+# -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
# vim:sw=4:ts=4
# $Id$
#
@@ -1065,7 +1066,7 @@ EOY
)
assert_to_yaml( YAML_Tests::StructTest.new( 123 ), <<EOY )
---- !ruby/struct:Test::StructTest
+--- !ruby/struct:YAML_Tests::StructTest
c: 123
EOY