Skip to content
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

Fix quoted URL path failures #39

Merged
merged 3 commits into from
Apr 17, 2020
Merged

Conversation

travisbrown
Copy link
Owner

Previously our grammar accepted URLs with quoted paths but then (silently) failed while creating an Expr. The grammar no longer accepts these (and there's a test to verify that), and I've changed the parser to fail fast on any other URI or Path parsing issues that could come up in the future.

I also added a note to the README explaining that we don't support this deprecated URL syntax.

I believe this should close #34—what do you think, @TimWSpence?

@travisbrown travisbrown merged commit a0fd6da into master Apr 17, 2020
@travisbrown travisbrown deleted the topic/quoted-path-support branch April 17, 2020 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse quoted URLs correctly
1 participant