Add test for multiple microformats per element
1 file changed, 5 insertions(+), 0 deletions(-)
M test/microformats/parser_expectations.clj → test/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>"))