Commit a7b88794 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed bug that didn't allow multiple docs in a stream (using only "---")

parent 81f5348e
...@@ -59,7 +59,7 @@ namespace YAML ...@@ -59,7 +59,7 @@ namespace YAML
// DocStart // DocStart
void Scanner::ScanDocStart() void Scanner::ScanDocStart()
{ {
PopIndentTo(INPUT.column); PopIndentTo(-1);
VerifyAllSimpleKeys(); VerifyAllSimpleKeys();
m_simpleKeyAllowed = false; m_simpleKeyAllowed = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment