Fixed bug with complex keys (and simplified the parsing for flow maps)

This commit is contained in:
jbeder
2009-09-06 21:52:56 +00:00
parent fe47783b5f
commit e67e6e19f9
3 changed files with 10 additions and 16 deletions

View File

@@ -182,9 +182,6 @@ namespace YAML
// Value
void Scanner::ScanValue()
{
// just in case we have an empty key
InsertPotentialSimpleKey();
// and check that simple key
bool isSimpleKey = VerifySimpleKey();