]> git.notmuchmail.org Git - notmuch/commit
test: add known broken tests wildcard search in from and subject
authorDavid Bremner <david@tethera.net>
Fri, 17 Mar 2017 12:17:48 +0000 (09:17 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 24 Mar 2017 12:24:13 +0000 (09:24 -0300)
commit497b83780ee50e2cd37f352caa3bd2b6c936dfab
tree98a3b243effede0e1a89d331486e17a6d82420c3
parent06adc276682d1d5f73d78df2e898ad4191eb4499
test: add known broken tests wildcard search in from and  subject

This was broken by the addition of regexp searching. The detection of
wildcards is not currently done in the recursive call to parse_query,
because of quoting issues.
test/T650-regexp-query.sh