diff options
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-x | tests/it_html.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index 22c8459..2dc7be5 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -197,7 +197,7 @@ is( is( U('/test.html?foo=bar?qux=gna', array('?q' => '?r')), - '/test.html?foo=bar?qux=gna&%3Fq=%3Fr', + '/test.html?foo=bar%3Fqux=gna&%3Fq=%3Fr', 'U() quoting of ? in args but not base' ); is( |