mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Tests: Add some more nsurl cases insensitivity tests.
This commit is contained in:
parent
1cced51440
commit
04d74a79ae
@ -146,6 +146,9 @@ static const struct test_pairs create_tests[] = {
|
||||
{ "HTTP://a/b", "http://a/b" },
|
||||
{ "ftp://a/b", "ftp://a/b" },
|
||||
{ "FTP://a/b", "ftp://a/b" },
|
||||
{ "MAILTO:foo@bar", "mailto:foo@bar" },
|
||||
{ "FILE:///", "file:///" },
|
||||
{ "http://HOST/", "http://host/" },
|
||||
|
||||
/* punycode */
|
||||
{ "http://a.कॉम/a", "http://a.xn--11b4c3d/a" },
|
||||
|
Loading…
Reference in New Issue
Block a user