summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-03-27 16:01:47 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-03-27 16:01:47 +0100
commit775687a79bee65faece0986665b55ab6276b33a3 (patch)
tree58e1912692396e518439783e33ea5315282819c5 /test
parentb024c0bcb5c8406e000bbc68e01f986833a09166 (diff)
downloadnetsurf-775687a79bee65faece0986665b55ab6276b33a3.tar.gz
netsurf-775687a79bee65faece0986665b55ab6276b33a3.tar.bz2
Tests: Add nsurl insensitivity test for HTTPS scheme.
Diffstat (limited to 'test')
-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" },