all repos — archive/microformats @ 452f0e79d5451f90e9b86006391be409331e64d9

Incomplete Clojure microformats library

Fix minor typo in test

Alan Pearce
commit

452f0e79d5451f90e9b86006391be409331e64d9

parent

4f91f0d7e5ef93add2576a372dde441e278c8f5b

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M test/microformats/parser_expectations.cljtest/microformats/parser_expectations.clj
@@ -222,7 +222,7 @@ :url ("http://example.com"
"http://myblog.com")}}) :rels {}} (parse "<div class=\"h-card\"> -<p class=\"u-name\">Example</p> +<p class=\"p-name\">Example</p> <a class=\"u-url\" href=\"http://example.com\">My Website</a> <a class=\"u-url\" href=\"http://myblog.com\">My Blog</a> </div>"))