From b14be70cb06dc34dfc1823c5cf5151a798ac7379 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Wed, 24 Sep 2014 19:07:20 +0100
Subject: Ignore
and
, even if they have mf classes
This isn't actually in the spec, but microformats-tests expects it.
---
test/microformats/parser_expectations.clj | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to 'test')
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj
index e89833b..7a94929 100644
--- a/test/microformats/parser_expectations.clj
+++ b/test/microformats/parser_expectations.clj
@@ -186,6 +186,16 @@
My Blog
"))
+(expect {:items [{:type ["h-card"]
+ :properties {:name '("Example")
+ :tel '("01234567890")}}]
+ :rels {}}
+ (parse "
+
Example
+
01234567890
+
+
"))
+
(expect
{:items [{:type ["h-adr"],
:properties {:street-address '("665 3rd St."),
--
cgit 1.4.1