Commit 8aabc076 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed indentation test - all emitter tests now pass

parent abd49d8b
...@@ -564,7 +564,7 @@ namespace Test ...@@ -564,7 +564,7 @@ namespace Test
out << YAML::EndMap; out << YAML::EndMap;
out << YAML::EndSeq; 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) void SimpleGlobalSettings(YAML::Emitter& out, std::string& desiredOutput)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment