Fix minor typo in test
1 file changed, 1 insertion(+), 1 deletion(-)
M test/microformats/parser_expectations.clj → test/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>"))