From acf4da163aadb698aac4a5e8976cf7f57eec18aa Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Dec 2003 00:02:30 +0000 Subject: * 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 --- test/yaml/test_yaml.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/yaml') 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 ), <