-
Notifications
You must be signed in to change notification settings - Fork 8k
Reorganize ext/uri tests - parsing #20340
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went through the RFC 3986 tests. I did not yet get to WHATWG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, went through all the WHATWG tests as well.
ext/uri/tests/whatwg/parsing/path_error_relative_reference_absolute.phpt
Show resolved
Hide resolved
6363dc8 to
4b8554d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with both the whatwg and rfc3986 directories now. But I would prefer if we kept the “original” numbered tests for now. It's hard for me to verify using the PR view whether or not all cases from the original tests have been properly migrated.
The removal of the obsolete tests should happen in a separate PR. If that part of the change is removed, this LGTM.
4b8554d to
ff94824
Compare
* PHP-8.5: Reorganize ext/uri tests - parsing (#20340)
No description provided.