We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go has a pretty comprehensive test suite for URI handling - https://go.dev/src/net/url/url_test.go. I know there is some spec testing in https://github.com/lambdaisland/uri/blob/main/test/lambdaisland/uri_test.cljc, but I think the Go tests cover more than that.
Would there be interest in porting their tests to uri, assuming the licenses are compatible?
Or perhaps more directly port more test suites from https://www.w3.org/wiki/UriTesting, or http://test.greenbytes.de/tech/tc/uris/
The text was updated successfully, but these errors were encountered:
Sure, would be interesting to see what that yields.
Sorry, something went wrong.
No branches or pull requests
Go has a pretty comprehensive test suite for URI handling - https://go.dev/src/net/url/url_test.go. I know there is some spec testing in https://github.com/lambdaisland/uri/blob/main/test/lambdaisland/uri_test.cljc, but I think the Go tests cover more than that.
Would there be interest in porting their tests to uri, assuming the licenses are compatible?
Or perhaps more directly port more test suites from https://www.w3.org/wiki/UriTesting, or http://test.greenbytes.de/tech/tc/uris/
The text was updated successfully, but these errors were encountered: