Fixed infinite loop bug having to do with simple keys when we hit an unexpected EOF.

This commit is contained in:
Jesse Beder
2008-09-24 22:45:04 +00:00
parent 3ed09b89f8
commit 907be0660c
3 changed files with 11 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ namespace YAML
// checking input
void InsertSimpleKey();
bool VerifySimpleKey();
bool VerifySimpleKey(bool force = false);
void VerifyAllSimpleKeys();
bool IsWhitespaceToBeEaten(char ch);