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

This commit is contained in:
Jesse Beder
2009-09-06 21:52:56 +00:00
parent e7ac6b3bf1
commit 5217149ed4
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();