Commit 45ac700f authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed error in test

parent 2aab5aca
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment