From 73cca098f250fda4c6e0d6cb06cc6627547f6867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Fri, 18 Oct 2024 19:03:20 +0300 Subject: [PATCH] Update WPT Fix a regression on non-special URL, like "git:\\opaque\\path" https://github.com/web-platform-tests/wpt/commit/66adfd2a15d0500978448194cc0333b0906b61dc --- 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 8dd489f..7729a14 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=08519e73d164a716152176a2a64417f4d58e5ea3 +set HASH=66adfd2a15d0500978448194cc0333b0906b61dc for %%f in (setters_tests.json toascii.json urltestdata.json urltestdata-javascript-only.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 e8027f7..f1b016c 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=08519e73d164a716152176a2a64417f4d58e5ea3 +HASH=66adfd2a15d0500978448194cc0333b0906b61dc for f in setters_tests.json toascii.json urltestdata.json urltestdata-javascript-only.json percent-encoding.json IdnaTestV2.json do