diff options
author | tailor <cygnus@janrain.com> | 2008-06-11 18:20:36 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-06-11 18:20:36 +0000 |
commit | 0ef9be71c1ff6114d04bc93d5156c00b25653a1b (patch) | |
tree | 5475341b23b50af02be47b47c06172b70350becf /Tests | |
parent | 1f87ced037c0ec00829dc62ee62bd1df28ee2fb5 (diff) | |
download | php-openid-0ef9be71c1ff6114d04bc93d5156c00b25653a1b.zip php-openid-0ef9be71c1ff6114d04bc93d5156c00b25653a1b.tar.gz php-openid-0ef9be71c1ff6114d04bc93d5156c00b25653a1b.tar.bz2 |
[project @ Auth_OpenID_urinorm: fail to parse URIs with non-ASCII characters]
Diffstat (limited to 'Tests')
-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 |