Fixed bug with simple keys that are quoted scalars

This commit is contained in:
jbeder
2009-07-25 18:58:41 +00:00
parent ab7c8b0df0
commit 27055f178f
4 changed files with 260 additions and 224 deletions

View File

@@ -28,6 +28,7 @@ namespace Test {
bool SimpleMap();
bool FlowSeq();
bool FlowMap();
bool QuotedSimpleKeys();
}
namespace Emitter {