all repos — wp-webmention-again @ c1479fd5c176e5c023ac6d3a4d6b4b34a7db3470

vendor/mf2/mf2/tests/test-suite/test-suite-data/url/urlincontent/output.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
{
    "items": [{
        "type": ["h-entry"],
        "properties": {
            "name": ["Expanding URLs within HTML content"],
            "content": [{
                "value": "Should not change: http://www.w3.org/ Should not change: http://example.com/ File relative: test.html = http://example.com/test.html Directory relative: /test/test.html = http://example.com/test/test.html Relative to root: /test.html = http://example.com/test.html",
                "html": "\n        <ul>\n            <li><a href=\"http://www.w3.org/\">Should not change: http://www.w3.org/</a></li>\n            <li><a href=\"http://example.com/\">Should not change: http://example.com/</a></li>\n            <li><a href=\"http://example.com/test.html\">File relative: test.html = http://example.com/test.html</a></li>\n            <li><a href=\"http://example.com/test/test.html\">Directory relative: /test/test.html = http://example.com/test/test.html</a></li>\n            <li><a href=\"http://example.com/test.html\">Relative to root: /test.html = http://example.com/test.html</a></li>\n        </ul>\n        <img src=\"http://www.w3.org/2008/site/images/logo-w3c-mobile-lg\"><img src=\"http://example.com/images/test.gif\">\n    "
            }]
        }
    }]
}