diff options
author | Alan Pearce | 2014-10-11 23:45:49 +0100 |
---|---|---|
committer | Alan Pearce | 2014-10-11 23:45:49 +0100 |
commit | 452f0e79d5451f90e9b86006391be409331e64d9 (patch) | |
tree | 1c6cf072a99e717bbf4af4fb9053cd5a068d5d5f | |
parent | 4f91f0d7e5ef93add2576a372dde441e278c8f5b (diff) | |
download | microformats-452f0e79d5451f90e9b86006391be409331e64d9.tar.lz microformats-452f0e79d5451f90e9b86006391be409331e64d9.tar.zst microformats-452f0e79d5451f90e9b86006391be409331e64d9.zip |
Fix minor typo in test
-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>")) |