]> git.notmuchmail.org Git - notmuch/blobdiff - test/T650-regexp-query.sh
test: add known broken tests wildcard search in from and subject
[notmuch] / test / T650-regexp-query.sh
index df48ab82511cb7a2af0243fa1c6591557c8cf5c3..1db6a76b98a8dd03b4c118b3b05e84834d5e1089 100755 (executable)
@@ -11,6 +11,15 @@ fi
 
 notmuch search --output=messages from:cworth > cworth.msg-ids
 
+test_begin_subtest "xapian wildcard search for from:"
+test_subtest_known_broken
+notmuch search --output=messages 'from:cwo*' > OUTPUT
+test_expect_equal_file cworth.msg-ids OUTPUT
+
+test_begin_subtest "xapian wildcard search for subject:"
+test_subtest_known_broken
+test_expect_equal $(notmuch count 'subject:count*') 1
+
 test_begin_subtest "regexp from search, case sensitive"
 notmuch search --output=messages from:/carl/ > OUTPUT
 test_expect_equal_file /dev/null OUTPUT