"llm/vscode:/vscode.git/clone" did not exist on "9d73d3a6b543c51c274fc90d077b12055ee30d9a"
Commit aa959e67 authored by jbeder's avatar jbeder
Browse files

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

parent 8aefb675
......@@ -59,7 +59,7 @@ namespace YAML
// DocStart
void Scanner::ScanDocStart()
{
PopIndentTo(INPUT.column);
PopIndentTo(-1);
VerifyAllSimpleKeys();
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