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" },