* fix matching backslashes, add some tests

This commit is contained in:
djcb
2013-05-27 05:49:43 -07:00
parent bdf7ca65c7
commit e97ec2d51c
4 changed files with 6 additions and 0 deletions

View File

@ -559,6 +559,7 @@ test_mu_query_tags (void)
{ "tag:lost OR tag:horizon", 1},
{ "x:paradise,lost", 0},
{ "x:paradise AND x:lost", 1},
{ "x:\\\\backslash", 1},
};
for (i = 0; i != G_N_ELEMENTS(queries); ++i)