From 652b21ab446448e52a0a1a2e8a43ff98968a549f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 25 Sep 2014 18:40:35 +0100 Subject: Add test for multiple microformats per element --- test/microformats/parser_expectations.clj | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') 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 @@ 94107 U.S.A.

")) + +(expect {:items [{:type ["h-card" "h-org"] + :properties {:name '("Example")}}] + :rels {}} + (parse "

Example

")) -- cgit 1.4.1