summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/nsurl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nsurl.c b/test/nsurl.c
index a96ea348e..6c40fa674 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -144,6 +144,7 @@ static const struct test_pairs create_tests[] = {
/* test case insensitivity */
{ "HTTP://a/b", "http://a/b" },
+ { "HTTPS://a/b", "https://a/b" },
{ "ftp://a/b", "ftp://a/b" },
{ "FTP://a/b", "ftp://a/b" },
{ "MAILTO:foo@bar", "mailto:foo@bar" },