diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2009-10-22 18:02:10 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2009-10-22 18:02:10 -0700 |
commit | 5114c0b30b8706958d5228c242c1ebc187aa9b21 (patch) | |
tree | 3030f0a558eaa45cb4528dbf51f558cd36c3720f | |
parent | a8cc4c8417baac3bedee0b3893932a053f72f7e7 (diff) | |
download | psych-5114c0b30b8706958d5228c242c1ebc187aa9b21.zip |
removing invalid yaml
-rw-r--r-- | test/yaml/test_yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb index a2ce861..fbe33cd 100644 --- a/test/yaml/test_yaml.rb +++ b/test/yaml/test_yaml.rb @@ -823,7 +823,7 @@ EOY # have the same type and value. - 10.0 - !float 10 -- !yaml.org,2002/^float '10' +- !yaml.org,2002/float '10' - !yaml.org,2002/float "\\ 1\\ 0" |