Tests: Add some more nsurl cases insensitivity tests.

This commit is contained in:
Michael Drake 2017-03-27 14:40:12 +01:00
parent 1cced51440
commit 04d74a79ae

View File

@ -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" },