Skip to content
Snippets Groups Projects
Commit f9e1a882 authored by Jesse Beder's avatar Jesse Beder
Browse files

Updated for error in spec test

parent 681c862f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment