"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "2c60f7d14e5297a61301c8bb2698717c244d3e43"
Commit 0f0bd2bf authored by jbeder's avatar jbeder
Browse files

Updated for error in spec test

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