mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added parsing emitter tests with the new API, two fail
This commit is contained in:
@@ -1004,7 +1004,7 @@ namespace Test
|
||||
YAML::Node node;
|
||||
parser.GetNextDocument(node);
|
||||
#else
|
||||
// YAML::Node node = YAML::Load(output);
|
||||
YAML::Node node = YAML::Load(output);
|
||||
#endif
|
||||
|
||||
passed++;
|
||||
|
Reference in New Issue
Block a user