Closed psibi closed 2 years ago
This patch fixes the date parsing issue currently when an entry like todo +d 22 01 2022 is used. I have added tests too which demonstrate the current issue so that we can prevent future regression.
todo +d 22 01 2022
[x] I've read CONTRIBUTING.md
[x] I've considered how to best test these changes (property, unit, manually, ...) and concluded that my fixes work.
[x] I updated the CHANGES.md file
CHANGES.md
Seems the CI failure is some issue with downloading of hlint and not related to this PR.
Description
This patch fixes the date parsing issue currently when an entry like
todo +d 22 01 2022
is used. I have added tests too which demonstrate the current issue so that we can prevent future regression.Checklist
[x] I've read CONTRIBUTING.md
[x] I've considered how to best test these changes (property, unit, manually, ...) and concluded that my fixes work.
[x] I updated the
CHANGES.md
file