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