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

git-svn-id: svn://10.0.0.236/trunk@260680 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-07-08 19:32:04 +00:00
parent b386b68479
commit 5a264bf1e7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7302
7303

View File

@ -761,7 +761,7 @@ use constant TESTS => {
{ contains => [2,3,4,5], value => '<1>' },
],
anyexact => [
{ contains => [1,2], value => '<1>,<2>',
{ contains => [1,2], value => '<1>, <2>',
override => { ANY_OVERRIDE } },
],
anywordssubstr => [