diff options
author | tailor <cygnus@janrain.com> | 2008-06-11 18:21:27 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-06-11 18:21:27 +0000 |
commit | e72c76873773e1ac24fa0d5d580d20ca27bfa982 (patch) | |
tree | b1a1f511be8e994d549603cdf2fa96f0507d845c | |
parent | 0ef9be71c1ff6114d04bc93d5156c00b25653a1b (diff) | |
download | php-openid-e72c76873773e1ac24fa0d5d580d20ca27bfa982.zip php-openid-e72c76873773e1ac24fa0d5d580d20ca27bfa982.tar.gz php-openid-e72c76873773e1ac24fa0d5d580d20ca27bfa982.tar.bz2 |
[project @ Add test cases for trust roots with non-ASCII characters in path or hostname]
-rw-r--r-- | Tests/Auth/OpenID/data/trustroot.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/data/trustroot.txt b/Tests/Auth/OpenID/data/trustroot.txt index 8839c55..1b6cb4c 100644 --- a/Tests/Auth/OpenID/data/trustroot.txt +++ b/Tests/Auth/OpenID/data/trustroot.txt @@ -3,7 +3,7 @@ Trust root parsing checking ======================================== ---------------------------------------- -18: Does not parse +20: Does not parse ---------------------------------------- baz.org *.foo.com @@ -18,6 +18,8 @@ http://*foo.com/ http://foo.com\/ http://localhost:1900foo/ http://foo.com/invalid#fragment +http://π.pi.com/ +http://lambda.com/Λ |