diff options
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 b005c25..b8d36ed 100644 --- a/Tests/Auth/Yadis/data/test1-parsehtml.txt +++ b/Tests/Auth/Yadis/data/test1-parsehtml.txt @@ -3,6 +3,14 @@ found <html><head><meta http-equiv="X-XRDS-Location" content="found"></head></html> found +<!-- minimal well-formed success case, xhtml closing, whitespace --> +<html><head><meta http-equiv="X-XRDS-Location" content="found" /></head></html> + +found +<!-- minimal well-formed success case, xhtml closing, no whitespace --> +<html><head><meta http-equiv="X-XRDS-Location" content="found"/></head></html> + +found <!-- minimal success case --> <html><head><meta http-equiv="X-XRDS-Location" content="found"> |