Updated for error in spec test
This commit is contained in:
parent
681c862f54
commit
f9e1a882e8
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user