mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Add some tests.
svn path=/trunk/netsurf/; revision=13114
This commit is contained in:
parent
04f6957141
commit
4ad1557d27
@ -54,6 +54,14 @@ static const struct test_pairs create_tests[] = {
|
|||||||
{ "http://u:p@www.ns-b.org:/hello",
|
{ "http://u:p@www.ns-b.org:/hello",
|
||||||
"http://u:p@www.ns-b.org/hello" },
|
"http://u:p@www.ns-b.org/hello" },
|
||||||
|
|
||||||
|
{ "http:a/", "http://a/" },
|
||||||
|
{ "http:/a/", "http://a/" },
|
||||||
|
{ "http://u@a", "http://u@a/" },
|
||||||
|
{ "http://@a", "http://a/" },
|
||||||
|
|
||||||
|
{ "mailto:u@a", "mailto:u@a" },
|
||||||
|
{ "mailto:@a", "mailto:a" },
|
||||||
|
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user