diff --git a/yaml-reader/spectests.cpp b/yaml-reader/spectests.cpp index bc3a4d7..16f395c 100644 --- a/yaml-reader/spectests.cpp +++ b/yaml-reader/spectests.cpp @@ -429,9 +429,9 @@ namespace Test { parser.GetNextDocument(doc); YAML_ASSERT(doc == - "Sammy Sosa completed another fine season with great stats.\n" + "Sammy Sosa completed another fine season with great stats.\n\n" " 63 Home Runs\n" - " 0.288 Batting Average\n" + " 0.288 Batting Average\n\n" "What a year!"); return true; }