From d5b6c2d56e84a93232c2d3c87d93b70102006bee Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Sep 2014 20:55:31 +0100 Subject: Add initial implied property parsing --- test/microformats/parser_expectations.clj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index 8948840..53f9ca5 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -115,3 +115,6 @@ (expect {:items [{:properties {:name "Example User"} :type ["h-card"]}] :rels {}} (parse "

Example User

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

Example User

")) -- cgit 1.4.1