From cfc7b8399308136d62f172a4d522652d0097bb96 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 Oct 2014 17:32:42 +0100 Subject: Join multiple u/dt value elements without spaces --- test/microformats/parser_expectations.clj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test') diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index cdd26a9..56d86ab 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -322,3 +322,17 @@ Mitchell Baker MitchellBaker ")) + +(expect {:items '({:type ("h-entry"), + :properties {:name ("microformats.org at 7"), + :url ("http://microformats.org/2012/06/25/microformats-org-at-7")}}) + :rels {}} + + (parse "
+

microformats.org at 7

+

+ http://microformats.org/ - + 2012/06/25/microformats-org-at-7 +

+ +
" "http://example.com/")) -- cgit 1.4.1