From 9899268580674b2e2f4856ee5891c4d97c2ebe77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Sat, 6 Apr 2024 19:45:36 +0300 Subject: [PATCH] Update WPT: add parsing of URL tests https://github.com/web-platform-tests/wpt/commit/1997461a32bb88a052cf007e58c33a3a6d5041f9 --- test/download-wpt.bat | 2 +- test/download-wpt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/download-wpt.bat b/test/download-wpt.bat index 36ed167..5c37ad2 100644 --- a/test/download-wpt.bat +++ b/test/download-wpt.bat @@ -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=ece2f8c3e878bb2a345eee11313454d24dd1a3d0 +set HASH=1997461a32bb88a052cf007e58c33a3a6d5041f9 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 diff --git a/test/download-wpt.sh b/test/download-wpt.sh index 4c21046..7741557 100755 --- a/test/download-wpt.sh +++ b/test/download-wpt.sh @@ -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=ece2f8c3e878bb2a345eee11313454d24dd1a3d0 +HASH=1997461a32bb88a052cf007e58c33a3a6d5041f9 for f in setters_tests.json toascii.json urltestdata.json percent-encoding.json IdnaTestV2.json do