Closed TristanCacqueray closed 2 years ago
This is probably not enough, but that seems on the right track:
> writeEvents UTF8 $ map eEvent $ rights $ parseEvents "i: 1\n\nj: 2"
"i: 1\n\nj: 2\n"
I understand this is still a draft.
Unfortunately I don't have time to finish this work.
This change adds rudimentary support for preserving empty lines.
Fixes: #48