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

@@ -262,6 +262,7 @@ namespace Test
RunParserTest(&Parser::SimpleMap, "simple map", passed);
RunParserTest(&Parser::FlowSeq, "flow seq", passed);
RunParserTest(&Parser::FlowMap, "flow map", passed);
RunParserTest(&Parser::QuotedSimpleKeys, "quoted simple keys", passed);
RunEncodingTest(&EncodeToUtf8, false, "UTF-8, no BOM", passed);
RunEncodingTest(&EncodeToUtf8, true, "UTF-8 with BOM", passed);