Fixed bug with simple keys that are quoted scalars

This commit is contained in:
Jesse Beder
2009-07-25 18:58:41 +00:00
parent 946d3260d7
commit 2160bb2bcc
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 {