diff options
author | Alan Pearce | 2014-10-19 17:12:27 +0100 |
---|---|---|
committer | Alan Pearce | 2014-10-19 17:12:27 +0100 |
commit | 20fa6dcbf6cdb737155e1928455133ebbc0654bf (patch) | |
tree | db0a8ecc6290966807ec2b78ad12824da10bcae4 | |
parent | a4735ff01cdb3ac784820b0510bf07a33a561f1b (diff) | |
download | microformats-20fa6dcbf6cdb737155e1928455133ebbc0654bf.tar.lz microformats-20fa6dcbf6cdb737155e1928455133ebbc0654bf.tar.zst microformats-20fa6dcbf6cdb737155e1928455133ebbc0654bf.zip |
Un-focus expectation
-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 dd7b335..cdd26a9 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -305,7 +305,7 @@ <div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div> </body></html>")) -(expect-focused {:items '({:type ("h-card") :properties {:name ("Example User") +(expect {:items '({:type ("h-card") :properties {:name ("Example User") :photo ("http://not-example.com/me.png")}}) :rels {}} (parse "<html><head><base href=\"http://example.com/\"></head><body> <div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div> |