mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +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 */
|
||||
{ "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" },
|
||||
|
Loading…
Reference in New Issue
Block a user