about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-10-19 17:12:27 +0100
committerAlan Pearce2014-10-19 17:12:27 +0100
commit20fa6dcbf6cdb737155e1928455133ebbc0654bf (patch)
treedb0a8ecc6290966807ec2b78ad12824da10bcae4
parenta4735ff01cdb3ac784820b0510bf07a33a561f1b (diff)
downloadmicroformats-20fa6dcbf6cdb737155e1928455133ebbc0654bf.tar.xz
microformats-20fa6dcbf6cdb737155e1928455133ebbc0654bf.zip
Un-focus expectation
-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 dd7b335..cdd26a9 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj
@@ -305,7 +305,7 @@
305<div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div> 305<div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div>
306</body></html>")) 306</body></html>"))
307 307
308(expect-focused {:items '({:type ("h-card") :properties {:name ("Example User") 308(expect {:items '({:type ("h-card") :properties {:name ("Example User")
309 :photo ("http://not-example.com/me.png")}}) :rels {}} 309 :photo ("http://not-example.com/me.png")}}) :rels {}}
310 (parse "<html><head><base href=\"http://example.com/\"></head><body> 310 (parse "<html><head><base href=\"http://example.com/\"></head><body>
311<div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div> 311<div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div>