diff --git a/tests/microformats-v2/h-entry/urlincontent.json b/tests/microformats-v2/h-entry/urlincontent.json index 6ca0a20..3c518f3 100644 --- a/tests/microformats-v2/h-entry/urlincontent.json +++ b/tests/microformats-v2/h-entry/urlincontent.json @@ -4,7 +4,7 @@ "properties": { "name": ["Expanding URLs within HTML content"], "content": [{ - "value": "Should not change: http://www.w3.org/\n Should not change: http://example.com/\n File relative: test.html = http://example.com/test.html\n Directory relative: /test/test.html = http://example.com/test/test.html\n Relative to root: /test.html = http://example.com/test.html\n \n http://example.com/images/photo.gif", + "value": "Should not change: http://www.w3.org/\n Should not change: http://example.com/\n File relative: test.html = http://example.com/test.html\n Directory relative: /test/test.html = http://example.com/test/test.html\n Relative to root: /test.html = http://example.com/test.html\n \n http://example.com/images/photo.gif", "html": "\n " }] }