| Index: third_party/sqlite/sqlite-src-3100200/test/fts3d.test
|
| diff --git a/third_party/sqlite/src/test/fts3d.test b/third_party/sqlite/sqlite-src-3100200/test/fts3d.test
|
| similarity index 99%
|
| copy from third_party/sqlite/src/test/fts3d.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/fts3d.test
|
| index 5c04ead0a05446915856b16c6419dc6b9e8d9abf..83af4d2a374ae2d651e9d5f47af49c5db18d4298 100644
|
| --- a/third_party/sqlite/src/test/fts3d.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/fts3d.test
|
| @@ -213,7 +213,7 @@ do_test fts3d-4.matches {
|
| {0 1 0 4 0 2 5 3 0 3 9 1 0 5 11 4} \
|
| {0 0 0 4 0 4 5 2 0 3 8 1 0 5 10 4}]
|
|
|
| -puts [db eval {SELECT c FROM t1 } ]
|
| +db eval {SELECT c FROM t1 }
|
| check_terms_all fts3d-4.1 {a four is test that this was}
|
| check_doclist_all fts3d-4.1.1 a {[1 0[2]] [2 0[2]] [3 0[2]]}
|
| check_doclist_all fts3d-4.1.2 four {}
|
|
|