2 test_description="indexing of html parts"
3 . $(dirname "$0")/test-lib.sh || exit 1
7 test_begin_subtest 'embedded images should not be indexed'
8 notmuch search kwpza7svrgjzqwi8fhb2msggwtxtwgqcxp4wbqr4wjddstqmeqa7 > OUTPUT
9 test_expect_equal_file /dev/null OUTPUT
11 test_begin_subtest 'ignore > in attribute text'
12 notmuch search swordfish | notmuch_search_sanitize > OUTPUT
13 test_expect_equal_file /dev/null OUTPUT
15 test_begin_subtest 'non tag text should be indexed'
16 notmuch search hunter2 | notmuch_search_sanitize > OUTPUT
18 thread:XXX 2009-11-17 [1/1] David Bremner; test html attachment (inbox unread)
20 test_expect_equal_file EXPECTED OUTPUT