diff options
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" }, |