tmr232/Sark

issue with anterior and posterior comments

Closed this issue · 3 comments

in case an anterior or posterior comment has an empty line anywhere,
the text after the empty line doesn't appear.

seems like the empty line is treated as None and
return "\n".join(iter(lines.next, None))
stops when it gets to it

Verified. Thanks!

I have a workaround for this and another issue with interior/posterior comments , but the branch includes the code for my previous pull request #52 , so I'm not sure whether to submit it

Yeah... Sorry for taking so long with accepting the PR.