diff options
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-x | tests/it_html.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index 2291c54..77c441e 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -190,8 +190,8 @@ is( ); is( - U("/foo.html?bar=qux", array('bar' => "baz")), - '/foo.html?bar=baz', + U("/foo.html?a=b&bar=qux&c=d", array('bar' => "baz")), + '/foo.html?a=b&bar=baz&c=d', 'U() args override get params in base url' ); |