WIP: Multiple fixes on loader due to extended tests. #15

Draft
kenkeiras wants to merge 7 commits from fixes/loading into develop
Showing only changes of commit 506a17dc5c - Show all commits

View File

@ -415,6 +415,7 @@ class Headline:
if (
isinstance(line, DelimiterLine)
and line.delimiter_type == DelimiterLineType.END_BLOCK
and line.type_data.subtype == current_node.header.type_data.subtype
):
start = current_node.header.linenum