-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
src: encode 0x27 (') for special URLs #22022
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@@ -2,7 +2,7 @@ | |||
|
|||
/* The following tests are copied from WPT. Modifications to them should be | |||
upstreamed first. Refs: | |||
https://github.com/w3c/web-platform-tests/blob/88b75886e/url/urltestdata.json | |||
https://github.com/web-platform-tests/wpt/blob/ba4921d054808a44c2966507c19861ca729a76a2/url/resources/urltestdata.json |
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.
Minor nit: perhaps we could make this URL at least a little shorter by reducing the length of the commit/tree hash?
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.
Done.
New CI (since the previous results are not accessible): https://ci.nodejs.org/job/node-test-pull-request/16382/ |
Running linux-containered CI again: https://ci.nodejs.org/job/node-test-commit-linux-containered/6196/ |
@nodejs/build ... linux-containered buildbot is having some issue here:
|
On it. Seems to be some issue with EOL characters on |
Landed in c7788fb. |
Refs: whatwg/url@6ef17eb PR-URL: #22022 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: whatwg/url@6ef17eb PR-URL: #22022 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: whatwg/url@6ef17eb PR-URL: #22022 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: whatwg/url@6ef17eb
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes