Updated for error in spec test

This commit is contained in:
jbeder
2011-03-04 04:19:34 +00:00
parent ddfbad6c7f
commit 0f0bd2bf2d

View File

@@ -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;
}