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

Fuzz test for parse/to_s round-trip #477

Open
sporkmonger opened this issue Sep 7, 2022 · 0 comments
Open

Fuzz test for parse/to_s round-trip #477

sporkmonger opened this issue Sep 7, 2022 · 0 comments
Labels

Comments

@sporkmonger
Copy link
Owner

I'm trying to think of exceptions, but I think almost every URL input should successfully round-trip from parse and back to to_s either producing the original string or raising an error. I've found some edge cases where this doesn't hold true (e.g. authority with a trailing colon), but I think they may qualify as bugs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants