mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fixed error in test
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user