Closed epage closed 2 years ago
We supported them in main part of our parsers but when we parse body and footer, we peek ahead but assumed a 1 char line ending. We now take any of the line endings.
body
footer
Fixes #21
We supported them in main part of our parsers but when we parse
body
andfooter
, we peek ahead but assumed a 1 char line ending. We now take any of the line endings.Fixes #21