summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/U_tests.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/U_tests.json b/tests/U_tests.json
index d9c26f1..c599b5a 100644
--- a/tests/U_tests.json
+++ b/tests/U_tests.json
@@ -54,6 +54,12 @@
},
{
+ "args": ["/foo.html?bar=gna&foo=g", {"bar": null}],
+ "exp": "/foo.html?foo=g",
+ "name": "TODO: U() remove parameter in base by overwriting with null"
+ },
+
+ {
"args": ["/foo.html", {"bar": {"gna": 42, "qux": {"quux": "<Zürich>", "gnöp": "fasel"}}}],
"exp": "/foo.html?bar[gna]=42&bar[qux][quux]=%3CZ%C3%BCrich%3E&bar[qux][gn%C3%B6p]=fasel",
"name": "U() with nested arrays"