1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add test for matchinfo when a phrase includes some common tokens.

FossilOrigin-Name: 80a54ebc41e4224ab93d92cb390524db1c398155
This commit is contained in:
dan
2010-10-25 09:01:57 +00:00
parent 378d0ab97b
commit 74c3e78cad
4 changed files with 34 additions and 14 deletions

View File

@ -166,7 +166,7 @@ test_suite "fts3" -prefix "" -description {
fts3ak.test fts3al.test fts3am.test fts3an.test fts3ao.test
fts3atoken.test fts3b.test fts3c.test fts3cov.test fts3d.test
fts3e.test fts3expr.test fts3expr2.test fts3near.test
fts3query.test fts3snippet.test fts3defer.test
fts3query.test fts3snippet.test fts3defer.test fts3defer2.test
}