diff options
-rw-r--r-- | test/microformats/parser_expectations.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index 70be23f..e04887e 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -222,7 +222,7 @@ "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>")) |