Skip to content

Commit

Permalink
Update WPT: backslash after authority for special URLs
Browse files Browse the repository at this point in the history
rmisev committed Feb 17, 2024
1 parent ea3b320 commit a2c810d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/download-wpt.bat
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ REM
REM 1. Go to https://github.com/web-platform-tests/wpt/tree/master/url
REM 2. Find "Latest commit" text and click link next to it.
REM 3. Copy hash from URL
set HASH=07f8002f372581f51698430cb51466e8376b7244
set HASH=ece2f8c3e878bb2a345eee11313454d24dd1a3d0

for %%f in (setters_tests.json toascii.json urltestdata.json percent-encoding.json IdnaTestV2.json) do (
curl -fsS -o %p%\wpt\%%f https://raw.githubusercontent.com/web-platform-tests/wpt/%HASH%/url/resources/%%f
2 changes: 1 addition & 1 deletion test/download-wpt.sh
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ p="$(dirname "$0")"
# 1. Go to https://github.com/web-platform-tests/wpt/tree/master/url
# 2. Find "Latest commit" text and click link next to it.
# 3. Copy hash from URL
HASH=07f8002f372581f51698430cb51466e8376b7244
HASH=ece2f8c3e878bb2a345eee11313454d24dd1a3d0

for f in setters_tests.json toascii.json urltestdata.json percent-encoding.json IdnaTestV2.json
do

0 comments on commit a2c810d

Please sign in to comment.