From c2d85f7328e7d08de1405638748d3c78ce833cc3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 15 Sep 2014 20:04:02 +0100 Subject: Add basic example test --- 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 d8b7225..0602119 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -102,3 +102,6 @@ (expect {:items [] :rels {}} (parse "")) + +(expect {:items [{:properties {:name "Example User"}}] :rels {}} + (parse "

Example User")) -- cgit 1.4.1