A bunch more tests for trivial inputs

svn path=/trunk/netsurf/; revision=13052
This commit is contained in:
John Mark Bell 2011-10-14 21:31:53 +00:00
parent ca4dfc7f1e
commit cf12dca846
1 changed files with 5 additions and 0 deletions

View File

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