nsurl tests were not exercising unicode

This commit is contained in:
Vincent Sanders 2017-03-10 09:02:42 +00:00
parent 01d7392a6a
commit b307fa4311
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ static const struct test_pairs create_tests[] = {
{ "ftp://a/b", "ftp://a/b" },
{ "FTP://a/b", "ftp://a/b" },
/* punycode */
{ "http://a.कॉम/a", "http://a.xn--11b4c3d/a" },
{ "https://smog.大众汽车/test", "https://smog.xn--3oq18vl8pn36a/test"},
};
/**