diff options
Diffstat (limited to 'Tests/Auth')
-rw-r--r-- | Tests/Auth/OpenID/data/urinorm.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/Auth/OpenID/data/urinorm.txt b/Tests/Auth/OpenID/data/urinorm.txt index 95262fe..9e10135 100644 --- a/Tests/Auth/OpenID/data/urinorm.txt +++ b/Tests/Auth/OpenID/data/urinorm.txt @@ -76,4 +76,12 @@ fail Non-absolute URI http:/foo +fail + +Illegal character in URI +http://<illegal>.com/ +fail + +Non-ascii character in URI +http://foo.com/ fail
\ No newline at end of file |