diff options
author | tailor <dag@janrain.com> | 2008-06-04 23:15:05 +0000 |
---|---|---|
committer | tailor <dag@janrain.com> | 2008-06-04 23:15:05 +0000 |
commit | cd820101ce2ede19f8c4bbf0257d75b4f23a1965 (patch) | |
tree | b0de88b4c79dd334e3a7ae5809498b6841b3e369 | |
parent | 1f2cb4a79f21ba7ff8a0d00cbcaede30e921f828 (diff) | |
download | php-openid-cd820101ce2ede19f8c4bbf0257d75b4f23a1965.zip php-openid-cd820101ce2ede19f8c4bbf0257d75b4f23a1965.tar.gz php-openid-cd820101ce2ede19f8c4bbf0257d75b4f23a1965.tar.bz2 |
[project @ Add an extra parsehtml testcase - no close script tag]
-rw-r--r-- | Tests/Auth/Yadis/data/test1-parsehtml.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Auth/Yadis/data/test1-parsehtml.txt b/Tests/Auth/Yadis/data/test1-parsehtml.txt index 3dfdb31..752ad09 100644 --- a/Tests/Auth/Yadis/data/test1-parsehtml.txt +++ b/Tests/Auth/Yadis/data/test1-parsehtml.txt @@ -30,6 +30,10 @@ found <!-- javascript in head --> <html><head><script type="text/javascript">document.write("<body>");</script><META http-equiv="X-XRDS-Location" content="found"> +EOF +<!-- javascript in head --> +<html><head><script type="text/javascript">document.write("<body>");<META http-equiv="X-XRDS-Location" content="found"> + found <!-- case folding for tag names --> <html><head><META http-equiv="X-XRDS-Location" content="found"> |