diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/microformats/parser_expectations.clj | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index 9c9da10..70be23f 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -29,22 +29,6 @@ snippet z/node :content (#'microformats.parser/node-to-text))) -(expect '({:tag :div :attrs {:class "h-card"} - :content nil}) - (map-h z/node (snippet - "<div class=\"h-card\"></div>"))) - -(expect '({:tag :div :attrs {:class "h-card"} - :content nil}) - (map-h z/node (snippet - "<header><div class=\"h-card\"></div></header>"))) - -(expect '({:tag :div :attrs {:class "h-card"} - :content ({:tag :a :attrs {:class "h-org"} - :content nil})}) - (map-h z/node (snippet - "<div class=\"h-card\"><a class=\"h-org\"></a></div>"))) - (expect {:tag :div :attrs {:class "h-card"} :content ["\n" {:tag :p :attrs nil |