summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUrban Müller2016-06-28 14:27:28 +0200
committerUrban Müller2016-06-28 14:27:28 +0200
commita165bf3c9b399456b9e411825e298cff5940efea (patch)
treef6f464ced0b2f33e7f8a84416fc0f78c3180e7b0 /tests
parent51eacd349ad58f74914fa3339fccdf53af59b6ce (diff)
downloaditools-a165bf3c9b399456b9e411825e298cff5940efea.tar.gz
itools-a165bf3c9b399456b9e411825e298cff5940efea.tar.bz2
itools-a165bf3c9b399456b9e411825e298cff5940efea.zip
fix urls with double ?
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_html.t2
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(