diff options
author | tailor <cygnus@janrain.com> | 2007-04-26 18:19:11 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-26 18:19:11 +0000 |
commit | b8d3eff26808d1907020b2d70674906e4f7e1d0e (patch) | |
tree | fd789c1c3eedeec8cd6d6bc7efe25c3f0c50dd57 /Tests/Auth | |
parent | d699e6340e49bb29f45748853d3a869476c07417 (diff) | |
download | php-openid-b8d3eff26808d1907020b2d70674906e4f7e1d0e.zip php-openid-b8d3eff26808d1907020b2d70674906e4f7e1d0e.tar.gz php-openid-b8d3eff26808d1907020b2d70674906e4f7e1d0e.tar.bz2 |
[project @ Make yadis META tag search ignore comments]
Diffstat (limited to 'Tests/Auth')
-rw-r--r-- | Tests/Auth/Yadis/data/test1-parsehtml.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/Auth/Yadis/data/test1-parsehtml.txt b/Tests/Auth/Yadis/data/test1-parsehtml.txt index e124380..b005c25 100644 --- a/Tests/Auth/Yadis/data/test1-parsehtml.txt +++ b/Tests/Auth/Yadis/data/test1-parsehtml.txt @@ -96,6 +96,14 @@ None <html><head><body><meta http-equiv="X-XRDS-Location" content="found"> None +<!-- <meta> is inside comment --> +<html> + <head> + <!--<meta http-equiv="X-XRDS-Location" content="found">--> + </head> +</html> + +None <!-- <meta> is inside of <body> --> <html> <head> |