mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Updated for error in spec test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user