about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test/microformats/parser_expectations.clj5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj
index 7a94929..1783af5 100644
--- a/test/microformats/parser_expectations.clj
+++ b/test/microformats/parser_expectations.clj
@@ -214,3 +214,8 @@
 <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>"))