mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Fixed null key/value bug, added tests
This commit is contained in:
@@ -34,6 +34,9 @@ namespace Test {
|
||||
bool FlowSeq();
|
||||
bool FlowMap();
|
||||
bool QuotedSimpleKeys();
|
||||
bool NullBlockSeqEntry();
|
||||
bool NullBlockMapKey();
|
||||
bool NullBlockMapValue();
|
||||
}
|
||||
|
||||
namespace Emitter {
|
||||
|
Reference in New Issue
Block a user