Commit 31520529 authored by jbeder's avatar jbeder
Browse files

Fixed error in test

parent e1a112a7
...@@ -429,9 +429,9 @@ namespace Test { ...@@ -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;
} }
......
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