mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
nsurl tests were not exercising unicode
This commit is contained in:
parent
01d7392a6a
commit
b307fa4311
@ -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"},
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user