Skip to content

Commit 1365e4d

Browse files
authored
Merge pull request #98 from willnorris/patch-2
include img.src in e-* value property
2 parents 5578dfb + afd4bfd commit 1365e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/microformats-v2/h-entry/urlincontent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"name": ["Expanding URLs within HTML content"],
66
"content": [{
7-
"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",
7+
"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 http://example.com/images/photo.gif",
88
"html": "<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://example.com/images/photo.gif\" />"
99
}]
1010
}

0 commit comments

Comments
 (0)