From 4debb2f471188fdd17a03f7250050b8e83ae9b32 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 10 Oct 2014 19:57:56 +0100 Subject: Parse values from value-title class elements --- test/microformats/parser_expectations.clj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj index 92e4448..5486898 100644 --- a/test/microformats/parser_expectations.clj +++ b/test/microformats/parser_expectations.clj @@ -67,6 +67,9 @@ (expect {:name '("Name")} (parse-p (snippet "

Name

"))) +(expect {:name '("Name")} + (parse-p (snippet "

Not this name

"))) + (expect {:name '("Name Endname")} (parse-p (snippet "

Name (this should not be included) Endname

"))) -- cgit 1.4.1