Skip to content

Commit

Permalink
* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Dec 13, 2003
1 parent 9fdbc41 commit acf4da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/yaml/test_yaml.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
# vim:sw=4:ts=4
# $Id$
#
Expand Down Expand Up @@ -1065,7 +1066,7 @@ def test_ruby_struct
)

assert_to_yaml( YAML_Tests::StructTest.new( 123 ), <<EOY )
--- !ruby/struct:Test::StructTest
--- !ruby/struct:YAML_Tests::StructTest
c: 123
EOY

Expand Down

0 comments on commit acf4da1

Please sign in to comment.