Fixed error in test
This commit is contained in:
parent
2aab5acab4
commit
45ac700fff
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user