diff options
author | Christian Schneider | 2023-08-15 17:12:50 +0200 |
---|---|---|
committer | Christian Schneider | 2023-08-15 17:12:50 +0200 |
commit | 9779bf01e4fb5383e873465b5b3dcadd613aac56 (patch) | |
tree | 77dba4bf1e40bc13a7ecf3bc1630a1eff71e7bf4 /test | |
parent | c452cfd5d6136a3e1e67e2af9d92b0d89752b3e8 (diff) | |
download | itools-9779bf01e4fb5383e873465b5b3dcadd613aac56.tar.gz itools-9779bf01e4fb5383e873465b5b3dcadd613aac56.tar.bz2 itools-9779bf01e4fb5383e873465b5b3dcadd613aac56.zip |
Avoid //foo syntax as they are overloaded for search.ch
Diffstat (limited to 'test')
-rw-r--r-- | test/U_tests.json | 4 |
1 files 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" }, |