Commit f9e1a882 authored by Jesse Beder's avatar Jesse Beder
Browse files

Updated for error in spec test

parent 681c862f
...@@ -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