From 04d74a79ae95514af73476dafbdaea3a19e54b34 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Mar 2017 14:40:12 +0100 Subject: Tests: Add some more nsurl cases insensitivity tests. --- test/nsurl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/nsurl.c') diff --git a/test/nsurl.c b/test/nsurl.c index 7e43a6d6c..4fbf3e1d8 100644 --- a/test/nsurl.c +++ b/test/nsurl.c @@ -146,6 +146,9 @@ static const struct test_pairs create_tests[] = { { "HTTP://a/b", "http://a/b" }, { "ftp://a/b", "ftp://a/b" }, { "FTP://a/b", "ftp://a/b" }, + { "MAILTO:foo@bar", "mailto:foo@bar" }, + { "FILE:///", "file:///" }, + { "http://HOST/", "http://host/" }, /* punycode */ { "http://a.कॉम/a", "http://a.xn--11b4c3d/a" }, -- cgit v1.2.3