1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/yaml
tenderlove 510cde74a6 * lib/yaml/rubytypes.rb: Struct members are emitted without a leading
colon.  Thanks Yusuke Endoh! [ruby-core:28052]
* test/yaml/test_struct.rb: fixed tests to go with Struct changes
* test/yaml/test_yaml.rb: fixed tests to go with Struct changes

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-02-04 17:11:00 +00:00
..
test_array.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_boolean.rb * test/yaml/test_boolean.rb (test_n): fixing test name 2009-12-17 19:37:54 +00:00
test_class.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_exception.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_hash.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_null.rb Adding tests for YAML types 2009-11-30 05:12:48 +00:00
test_omap.rb Adding tests for YAML types 2009-11-30 05:12:48 +00:00
test_set.rb * test/yaml/test_set.rb (**) Adding test coverage for YAML::Set 2009-12-16 21:08:25 +00:00
test_string.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_struct.rb * lib/yaml/rubytypes.rb: Struct members are emitted without a leading 2010-02-04 17:11:00 +00:00
test_symbol.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_yaml.rb * lib/yaml/rubytypes.rb: Struct members are emitted without a leading 2010-02-04 17:11:00 +00:00
test_yaml_properties.rb Adding yaml tests [ruby-core:26732] 2009-11-16 17:27:05 +00:00
test_yamlstore.rb