From 1664c283c0d8dfed0ffc668c166525c8136c37b7 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 23 Feb 2022 14:08:11 +1000 Subject: [PATCH] uri: add even more trivial validity test cases --- test/uri.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/uri.cpp b/test/uri.cpp index efb74d8a..52b83daa 100644 --- a/test/uri.cpp +++ b/test/uri.cpp @@ -345,6 +345,8 @@ void test_validity (cruft::TAP::logger &tap) { static char const *GOOD[] = { + "http://example.com/", + "http://example.com", "http://[2001:db8::7]/", "http://[2001:db8::7]:80/", "http://user@example.com:10/",