From: David Bremner Date: Thu, 14 Dec 2017 14:32:34 +0000 (-0400) Subject: test: add known broken test for regexp search of second subject X-Git-Tag: 0.27_rc0~37 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4ac23c5978ff963c18a012b6b230b26f9ef98c43;hp=4ac23c5978ff963c18a012b6b230b26f9ef98c43;p=notmuch test: add known broken test for regexp search of second subject We expect this to give the same answer as the non-regexp subject search. It does not because the regexp search relies on the value slot, which currently contains only one subject. ---