-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comma after url #3
Comments
Hmm. This was my first attempt at writing a parser. I think it's a bit too lenient about where characters can be in a URL. Think I need to look at the URL spec in a bit more detail. I've added a failing test for this. Will try and get it sorted in the next few days. |
Got the parser working on the above example, but it seems to have broken my caching file parsing... |
Thanks! I'd appreciate a new hackage release if it's not too much trouble! |
Done |
Please do let me know if you find any other URLs that don't work as expected. Or if you're aware of a big list of URLs that I can test against. I'm mostly just using my teaching notes for tests, but that's a fairly limited set. |
Just tested it, and looks great for my use case! Much appreciated. (Though I do have a feature request, will open a new issue.) |
Is this intentional?
I can see the argument that ',' shouldn't terminate perhaps; but followed by a space (or end of line/file), it might be a good terminator?
The text was updated successfully, but these errors were encountered: