Fixed flow seq/map indentation

This commit is contained in:
Jesse Beder
2012-05-22 16:39:03 -05:00
parent 0e3e6791ff
commit 676e0b94ac
2 changed files with 4 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ namespace Test
out << YAML::Value << "angel";
out << YAML::EndMap;
desiredOutput = "? - 1\n - 3\n: monster\n? [2, 0]\n: demon\nthe origin: angel";
desiredOutput = "? - 1\n - 3\n: monster\n[2, 0]: demon\nthe origin: angel";
}
void ScalarFormat(YAML::Emitter& out, std::string& desiredOutput)