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

Incorrect parsing of ?&foo=bar #59

Closed
eboto opened this issue May 4, 2016 · 1 comment
Closed

Incorrect parsing of ?&foo=bar #59

eboto opened this issue May 4, 2016 · 1 comment

Comments

@eboto
Copy link

eboto commented May 4, 2016

parse("?&foo=bar") should probably result in {"":"","foo":"bar"}, but instead results in {"":null,"foo":"bar"}

@eboto eboto changed the title Incorrect parsing of ?&a Incorrect parsing of ?&foo=bar May 4, 2016
@eboto
Copy link
Author

eboto commented May 4, 2016

Actually disregard that. I think the current output is consistent with existing behavior.

@eboto eboto closed this as completed May 4, 2016
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

No branches or pull requests

1 participant