Fixed error in test

This commit is contained in:
Jesse Beder
2009-09-07 06:56:05 +00:00
parent 2aab5acab4
commit 45ac700fff

View File

@@ -429,9 +429,9 @@ namespace Test {
parser.GetNextDocument(doc); parser.GetNextDocument(doc);
YAML_ASSERT(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" " 63 Home Runs\n"
" 0.288 Batting Average\n" " 0.288 Batting Average\n\n"
"What a year!"); "What a year!");
return true; return true;
} }