Allowed solo entries in a flow map to be read as keys with null value

This commit is contained in:
jbeder
2009-09-05 22:42:01 +00:00
parent ba472cc9a3
commit f21456972c
7 changed files with 113 additions and 52 deletions

View File

@@ -35,6 +35,8 @@ namespace Test {
bool FlowMap();
bool FlowMapWithOmittedKey();
bool FlowMapWithOmittedValue();
bool FlowMapWithSoloEntry();
bool FlowMapEndingWithSoloEntry();
bool QuotedSimpleKeys();
bool CompressedMapAndSeq();
bool NullBlockSeqEntry();