about summary refs log tree commit diff stats
path: root/test/microformats/parser_expectations.clj
diff options
context:
space:
mode:
Diffstat (limited to 'test/microformats/parser_expectations.clj')
-rw-r--r--test/microformats/parser_expectations.clj3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj
index d8b7225..0602119 100644
--- a/test/microformats/parser_expectations.clj
+++ b/test/microformats/parser_expectations.clj
@@ -102,3 +102,6 @@
 
 (expect {:items [] :rels {}}
         (parse ""))
+
+(expect {:items [{:properties {:name "Example User"}}] :rels {}}
+        (parse "<div class=\"h-card\"><p class=\"p-name\">Example User</p</div>"))