From 20fa6dcbf6cdb737155e1928455133ebbc0654bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 Oct 2014 17:12:27 +0100 Subject: Un-focus expectation --- test/microformats/parser_expectations.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index dd7b335..cdd26a9 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -305,7 +305,7 @@
\"Example
")) -(expect-focused {:items '({:type ("h-card") :properties {:name ("Example User") +(expect {:items '({:type ("h-card") :properties {:name ("Example User") :photo ("http://not-example.com/me.png")}}) :rels {}} (parse "
\"Example
-- cgit 1.4.1