From 9779bf01e4fb5383e873465b5b3dcadd613aac56 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 15 Aug 2023 17:12:50 +0200 Subject: Avoid //foo syntax as they are overloaded for search.ch --- test/U_tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/U_tests.json b/test/U_tests.json index 6bfb957..82c0c81 100644 --- a/test/U_tests.json +++ b/test/U_tests.json @@ -222,8 +222,8 @@ }, { - "args": ["jAvascript://a/%E2%80%A9alert(JSON.stringify(document.cookie))"], - "exp": "//a/%E2%80%A9alert(JSON.stringify(document.cookie))", + "args": ["jAvascript:/a/%E2%80%A9alert(JSON.stringify(document.cookie))"], + "exp": "/a/%E2%80%A9alert(JSON.stringify(document.cookie))", "name": "U() remove multiple schemes from path" }, -- cgit v1.2.3