about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-10-11 23:45:49 +0100
committerAlan Pearce2014-10-11 23:45:49 +0100
commit452f0e79d5451f90e9b86006391be409331e64d9 (patch)
tree1c6cf072a99e717bbf4af4fb9053cd5a068d5d5f
parent4f91f0d7e5ef93add2576a372dde441e278c8f5b (diff)
downloadmicroformats-452f0e79d5451f90e9b86006391be409331e64d9.tar.lz
microformats-452f0e79d5451f90e9b86006391be409331e64d9.tar.zst
microformats-452f0e79d5451f90e9b86006391be409331e64d9.zip
Fix minor typo in test
-rw-r--r--test/microformats/parser_expectations.clj2
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>"))