From 8a6e342bee04cf1443cf71bcef3973b132375816 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Sep 2014 20:18:42 +0100 Subject: Fix HTML typo in tests --- 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 5557033..8f84cfc 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -114,4 +114,4 @@ (parse "")) (expect {:items [{:properties {:name "Example User"}}] :rels {}} - (parse "

Example User")) + (parse "

Example User

")) -- cgit 1.4.1