mail-parser
mail-parser copied to clipboard
Property based testing of folding whitespace
There have previously been some bugs with handling folding whitespace. This seems like a good target for a property-based test.
This PR introduces a small property-based test for dates that ensures the date parser treats folding whitespace correctly.