EpocDotFr / todotxtio

Simple Python module to parse, manipulate and write Todo.txt data
https://epocdotfr.github.io/todotxtio/
Other
15 stars 9 forks source link

Support url tag values and add a test suite #17

Closed larsks closed 2 years ago

larsks commented 3 years ago

I grabbed your code because I was too lazy to write my own, but noticed that it was failing to parse URL tag values (like sometag:http://google.com).

I've modified the code so that it parses tags like this correct, and added a small test suite to verify the behavior.

larsks commented 2 years ago

Cleaning up old prs that don't look like they're of interest to upstream projects.