Properly continue parsing after quoted scalar

This commit is contained in:
Felix Krause 2016-01-07 11:49:21 +01:00
parent 9bd12797d2
commit cf5f614b21
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ proc parse*(parser: YamlSequentialParser, s: Stream): YamlStream =
scalarCache = nil
if ancestry.len > 0:
level = ancestry.pop()
state = ypBlockLineStart
else:
state = ypExpectingDocumentEnd
else: