all repos — archive/microformats @ 652b21ab446448e52a0a1a2e8a43ff98968a549f

Incomplete Clojure microformats library

Add test for multiple microformats per element

Alan Pearce
commit

652b21ab446448e52a0a1a2e8a43ff98968a549f

parent

1fdbc8e2e73837af5447e18f44d6ca3286b233d2

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M test/microformats/parser_expectations.cljtest/microformats/parser_expectations.clj
@@ -214,3 +214,8 @@ <span class=\"p-region\">CA</span>
<span class=\"p-postal-code\">94107</span> <span class=\"p-country-name\">U.S.A.</span> </p>")) + +(expect {:items [{:type ["h-card" "h-org"] + :properties {:name '("Example")}}] + :rels {}} + (parse "<p class=\"h-card h-org\">Example</p>"))