Fixed indentation test - all emitter tests now pass

This commit is contained in:
Jesse Beder
2012-05-22 17:56:07 -05:00
parent abd49d8bca
commit 8aabc0766b

View File

@@ -564,7 +564,7 @@ namespace Test
out << YAML::EndMap;
out << YAML::EndSeq;
desiredOutput = "- key 1: value 1\n key 2:\n - a\n - b\n - c";
desiredOutput = "- key 1: value 1\n key 2:\n - a\n - b\n - c";
}
void SimpleGlobalSettings(YAML::Emitter& out, std::string& desiredOutput)