mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
A bunch more tests for trivial inputs
svn path=/trunk/netsurf/; revision=13052
This commit is contained in:
parent
ca4dfc7f1e
commit
cf12dca846
@ -32,7 +32,12 @@ static const struct test_pairs create_tests[] = {
|
||||
{ "http:", "http:" },
|
||||
{ "http:/", "http:" },
|
||||
{ "http://", "http:" },
|
||||
{ "http:a", "http://a/" },
|
||||
{ "http:a/", "http://a/" },
|
||||
{ "http:a/b", "http://a/b" },
|
||||
{ "http:/a", "http://a/" },
|
||||
{ "http:/a/b", "http://a/b" },
|
||||
{ "http://a", "http://a/" },
|
||||
{ "http://a/b", "http://a/b" },
|
||||
|
||||
{ "http://www.netsurf-browser.org:8080/",
|
||||
|
Loading…
Reference in New Issue
Block a user