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: use serde_urlencoded for query matching #123

Merged
merged 3 commits into from
Jun 28, 2020
Merged

fix: use serde_urlencoded for query matching #123

merged 3 commits into from
Jun 28, 2020

Conversation

cakekindel
Copy link
Contributor

This is a fix that resolves #121 and also comes with a slightly leaner implementation of Matcher::UrlEncoded's match arm in Matcher::matches_value

Open to any feedback / suggestions!

@cakekindel cakekindel marked this pull request as ready for review June 27, 2020 19:35
@cakekindel
Copy link
Contributor Author

also, i really appreciate the tests in this project! very comprehensive, i was able to add the failing test for the bug then fearlessly change the business code to fix it

@lipanski lipanski merged commit 9c43df1 into lipanski:master Jun 28, 2020
@lipanski
Copy link
Owner

@cakekindel looks great, thanks a lot 🥇

Released as 0.25.3

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.

values with spaces from serde_urlencoded don't match Matcher::UrlEncoded
2 participants