-rw-r--r-- | test/test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 4bb2969..2143ac0 100644 --- a/test/test.cc +++ b/test/test.cc @@ -74,4 +74,6 @@ void test_rfc_3986_normalize_uri() { test_rfc_3986_normalize_uri( "Http://Hacker.Klever.Net:", true, "http://hacker.klever.net/" ); + test_rfc_3986_normalize_uri( + "http://www.xxx.com/openid/1", true, "http://www.xxx.com/openid/1" ); } |