From 6d5093970156cc85794c9a5f503f93c9989d461b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Sep 2014 20:53:25 +0100 Subject: Parse mf names into type array --- test/microformats/parser_expectations.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index 8f84cfc..8948840 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -113,5 +113,5 @@ (expect {:items [] :rels {}} (parse "")) -(expect {:items [{:properties {:name "Example User"}}] :rels {}} +(expect {:items [{:properties {:name "Example User"} :type ["h-card"]}] :rels {}} (parse "

Example User

")) -- cgit 1.4.1