diff options
-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 b8d36ed..e990289 100644 --- a/Tests/Auth/Yadis/data/test1-parsehtml.txt +++ b/Tests/Auth/Yadis/data/test1-parsehtml.txt @@ -27,6 +27,10 @@ found <head><meta http-equiv="X-XRDS-Location" content="found"> found +<!-- javascript in head --> +<html><head><script type="text/javascript>document.write("<body>");</script><META http-equiv="X-XRDS-Location" content="found"> + +found <!-- case folding for tag names --> <html><head><META http-equiv="X-XRDS-Location" content="found"> |