Fixed bug where the parser doesn't find the end of a map or seq flow

This commit is contained in:
Jesse Beder
2012-06-09 14:39:00 -05:00
parent 2d815c5d6a
commit 68dd9b5d18
5 changed files with 47 additions and 13 deletions

View File

@@ -31,6 +31,7 @@ namespace YAML
bool empty();
void pop();
Token& peek();
Mark mark() const;
private:
struct IndentMarker {