summaryrefslogtreecommitdiffstats
path: root/vendor/pear/net_url2/tests
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/pear/net_url2/tests')
-rw-r--r--vendor/pear/net_url2/tests/Net/URL2Test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/pear/net_url2/tests/Net/URL2Test.php b/vendor/pear/net_url2/tests/Net/URL2Test.php
index 30330b1a9..a17d0c5f6 100644
--- a/vendor/pear/net_url2/tests/Net/URL2Test.php
+++ b/vendor/pear/net_url2/tests/Net/URL2Test.php
@@ -839,6 +839,9 @@ class Net_URL2Test extends PHPUnit_Framework_TestCase
// Bug #20161: URLs with "0" as host fail to normalize with empty path
array('http://0/', 'http://0'),
+
+ // Bug #20473: Normalize query and fragment broken
+ array('foo:///?%66%6f%6f#%62%61%72', 'foo:///?foo#bar'),
);
}