mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 16:49:18 +03:00
Tests: Add nsurl insensitivity test for HTTPS scheme.
This commit is contained in:
parent
b024c0bcb5
commit
775687a79b
@ -144,6 +144,7 @@ static const struct test_pairs create_tests[] = {
|
|||||||
|
|
||||||
/* test case insensitivity */
|
/* test case insensitivity */
|
||||||
{ "HTTP://a/b", "http://a/b" },
|
{ "HTTP://a/b", "http://a/b" },
|
||||||
|
{ "HTTPS://a/b", "https://a/b" },
|
||||||
{ "ftp://a/b", "ftp://a/b" },
|
{ "ftp://a/b", "ftp://a/b" },
|
||||||
{ "FTP://a/b", "ftp://a/b" },
|
{ "FTP://a/b", "ftp://a/b" },
|
||||||
{ "MAILTO:foo@bar", "mailto:foo@bar" },
|
{ "MAILTO:foo@bar", "mailto:foo@bar" },
|
||||||
|
Loading…
Reference in New Issue
Block a user