mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-11-27 12:51:43 +00:00
Fixed bug with omitted keys/values in a flow map
This commit is contained in:
@@ -33,6 +33,8 @@ namespace Test {
|
||||
bool SimpleMap();
|
||||
bool FlowSeq();
|
||||
bool FlowMap();
|
||||
bool FlowMapWithOmittedKey();
|
||||
bool FlowMapWithOmittedValue();
|
||||
bool QuotedSimpleKeys();
|
||||
bool CompressedMapAndSeq();
|
||||
bool NullBlockSeqEntry();
|
||||
|
||||
Reference in New Issue
Block a user