diff options
author | Alan Pearce | 2014-09-21 20:18:42 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-21 20:18:42 +0100 |
commit | 8a6e342bee04cf1443cf71bcef3973b132375816 (patch) | |
tree | 7a1af61a0b2aae39d75042263684bd92ee586125 | |
parent | 4d0a2cd298536eb630b5f07bafff6add8c2356c8 (diff) | |
download | microformats-8a6e342bee04cf1443cf71bcef3973b132375816.tar.lz microformats-8a6e342bee04cf1443cf71bcef3973b132375816.tar.zst microformats-8a6e342bee04cf1443cf71bcef3973b132375816.zip |
Fix HTML typo in tests
-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 5557033..8f84cfc 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -114,4 +114,4 @@ (parse "")) (expect {:items [{:properties {:name "Example User"}}] :rels {}} - (parse "<div class=\"h-card\"><p class=\"p-name\">Example User</p</div>")) + (parse "<div class=\"h-card\"><p class=\"p-name\">Example User</p></div>")) |