"git@developer.sourcefind.cn:gaoqiong/yaml-cpp.git" did not exist on "f38e38df094e5cdf552ea1424b19cc72c3a069e5"
Commit 0f0bd2bf authored by jbeder's avatar jbeder
Browse files

Updated for error in spec test

parent ddfbad6c
...@@ -1916,7 +1916,7 @@ namespace Test { ...@@ -1916,7 +1916,7 @@ namespace Test {
YAML_ASSERT(doc[0] == "detected\n"); YAML_ASSERT(doc[0] == "detected\n");
YAML_ASSERT(doc[1] == "\n\n# detected\n"); YAML_ASSERT(doc[1] == "\n\n# detected\n");
YAML_ASSERT(doc[2] == " explicit\n"); YAML_ASSERT(doc[2] == " explicit\n");
YAML_ASSERT(doc[3] == "\t detected\n"); YAML_ASSERT(doc[3] == "\t\ndetected\n");
return true; return true;
} }
......
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