Closed GoogleCodeExporter closed 8 years ago
One more thing; I've tried this scenario with both Windows and Unix line
endings.
Original comment by AlexThor...@gmail.com
on 25 Jun 2009 at 12:57
Thanks for the note! This actually is a bug, and I've committed the fix.
It turned out to be in Scanner::ScanDocStart, we needed to call PopIndentTo(-1)
(this
inserts the tokens TT_BLOCK_END appropriately); it was only popping to the
indent 0, so
it didn't pop the top-level map block off.
Original comment by jbe...@gmail.com
on 25 Jun 2009 at 3:07
Fantastic. Thanks very much!
Original comment by AlexThor...@gmail.com
on 25 Jun 2009 at 3:48
Original issue reported on code.google.com by
AlexThor...@gmail.com
on 25 Jun 2009 at 12:56