summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/nsurl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nsurl.c b/test/nsurl.c
index 7e43a6d6c..4fbf3e1d8 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -146,6 +146,9 @@ static const struct test_pairs create_tests[] = {
{ "HTTP://a/b", "http://a/b" },
{ "ftp://a/b", "ftp://a/b" },
{ "FTP://a/b", "ftp://a/b" },
+ { "MAILTO:foo@bar", "mailto:foo@bar" },
+ { "FILE:///", "file:///" },
+ { "http://HOST/", "http://host/" },
/* punycode */
{ "http://a.कॉम/a", "http://a.xn--11b4c3d/a" },