Fixed indentation test - all emitter tests now pass
This commit is contained in:
parent
35a15b3df1
commit
b851f22629
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user