Skip to content

Commit

Permalink
Update WPT: Add tests for trailing spaces on setters
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Jul 11, 2023
1 parent 6e196c7 commit 5148d88
Show file tree
Hide file tree
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
Expand Up @@ -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=84782d931516aa13cfe32dc7eaa1377b4d947d66
set HASH=01b31f8bbcf570218465a08e8dde4442ae8c3565

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
Expand Down
2 changes: 1 addition & 1 deletion test/download-wpt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=84782d931516aa13cfe32dc7eaa1377b4d947d66
HASH=01b31f8bbcf570218465a08e8dde4442ae8c3565

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

0 comments on commit 5148d88

Please sign in to comment.