"experiments/vscode:/vscode.git/clone" did not exist on "7bb0dbb0c0aee29b7dfb901d508716eef4e20b22"
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
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)
......
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