diff options
Diffstat (limited to 'tests/U_tests.json')
-rw-r--r-- | tests/U_tests.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/U_tests.json b/tests/U_tests.json index 2d868e3..591fdc9 100644 --- a/tests/U_tests.json +++ b/tests/U_tests.json @@ -85,7 +85,7 @@ { "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", + "exp": "/foo.html?bar%5Bgna%5D=42&bar%5Bqux%5D%5Bquux%5D=%3CZ%C3%BCrich%3E&bar%5Bqux%5D%5Bgn%C3%B6p%5D=fasel", "name": "U() with nested arrays" }, |