summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/nsurl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nsurl.c b/test/nsurl.c
index d504469a6..df1b98595 100644
--- a/test/nsurl.c
+++ b/test/nsurl.c
@@ -39,6 +39,8 @@ static const struct test_pairs create_tests[] = {
{ "http:/a/b", "http://a/b" },
{ "http://a", "http://a/" },
{ "http://a/b", "http://a/b" },
+ { "www.example.org", "http://www.example.org/" },
+ { "www.example.org/x", "http://www.example.org/x" },
{ "http://www.netsurf-browser.org:8080/",
"http://www.netsurf-browser.org:8080/" },