summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/nsurl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nsurl.c b/test/nsurl.c
index 217dd42be..d504469a6 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -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/",