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
Those tests specify that the unicode in the files is unescaped. However in the actual files is escaped:
For example:
Or:
The core spec recommends to use URI escaped filenames. IRI is not widely supported.
I'd recommend to just change the wording of those test suites to specify that they are escaped URI.
The text was updated successfully, but these errors were encountered:
JimZuber
No branches or pull requests
Those tests specify that the unicode in the files is unescaped. However in the actual files is escaped:
For example:
Or:
The core spec recommends to use URI escaped filenames. IRI is not widely supported.
I'd recommend to just change the wording of those test suites to specify that they are escaped URI.
The text was updated successfully, but these errors were encountered: