Commit 224beb29 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Update xt/search.t to test that anyexact trims properly.

parent 4199ac1f
...@@ -761,7 +761,7 @@ use constant TESTS => { ...@@ -761,7 +761,7 @@ use constant TESTS => {
{ contains => [2,3,4,5], value => '<1>' }, { contains => [2,3,4,5], value => '<1>' },
], ],
anyexact => [ anyexact => [
{ contains => [1,2], value => '<1>,<2>', { contains => [1,2], value => '<1>, <2>',
override => { ANY_OVERRIDE } }, override => { ANY_OVERRIDE } },
], ],
anywordssubstr => [ anywordssubstr => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment