summaryrefslogtreecommitdiff
path: root/t/old-base.t
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2004-10-05 08:32:41 +0000
committerGisle Aas <gisle@aas.no>2004-10-05 08:32:41 +0000
commit9267fe2025be32d87e57c5703993a63b6fba04db (patch)
treef80eba1edef59cf4f3c41177ac26006625ef1b81 /t/old-base.t
parent8e6f5006f43f5619a9216500485e94bc3e828c06 (diff)
downloaduri-9267fe2025be32d87e57c5703993a63b6fba04db.tar.gz
Make $uri->canoniacal always unescape the unreserved chars.
Previously this only happened for the http scheme.
Diffstat (limited to 't/old-base.t')
-rw-r--r--t/old-base.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/old-base.t b/t/old-base.t
index 3fef1a4..21c5f9f 100644
--- a/t/old-base.t
+++ b/t/old-base.t
@@ -481,7 +481,7 @@ sub netloc_test {
$url->_expect('port', 12345);
# Can't really know how netloc is represented since it is partially escaped
#$url->_expect('netloc', 'anonymous:pass@hst:12345');
- $url->_expect('as_string' => 'ftp://anonymous:p%61ss@h%E5st:12345');
+ $url->_expect('as_string' => 'ftp://anonymous:pass@h%E5st:12345');
# The '0' is sometimes tricky to get right
$url->user(0);