mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
9fdbc41973
commit
acf4da163a
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
|
||||||
# vim:sw=4:ts=4
|
# vim:sw=4:ts=4
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
@ -1065,7 +1066,7 @@ EOY
|
||||||
)
|
)
|
||||||
|
|
||||||
assert_to_yaml( YAML_Tests::StructTest.new( 123 ), <<EOY )
|
assert_to_yaml( YAML_Tests::StructTest.new( 123 ), <<EOY )
|
||||||
--- !ruby/struct:Test::StructTest
|
--- !ruby/struct:YAML_Tests::StructTest
|
||||||
c: 123
|
c: 123
|
||||||
EOY
|
EOY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue