diff options
Diffstat (limited to 'tests/html.t')
-rwxr-xr-x | tests/html.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/html.t b/tests/html.t index 85f7818..071685e 100755 --- a/tests/html.t +++ b/tests/html.t @@ -89,5 +89,11 @@ is( 'it_html::sanitize tag soup' ); +is( + U("/foo.html", 'bar' => array('gna' => 42, 'qux' => array('quux' => "<Zürich>", 'gnöp' => "fasel"))), + '/foo.html?bar[gna]=42&bar[qux][quux]=%3CZ%FCrich%3E&bar[qux][gn%F6p]=fasel', + 'U() with nested arrays' +); + ?> |