From 775687a79bee65faece0986665b55ab6276b33a3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Mar 2017 16:01:47 +0100 Subject: Tests: Add nsurl insensitivity test for HTTPS scheme. --- test/nsurl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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" }, -- cgit v1.2.3