| Index: third_party/sqlite/sqlite-src-3100200/test/fts3defer2.test
|
| diff --git a/third_party/sqlite/src/test/fts3defer2.test b/third_party/sqlite/sqlite-src-3100200/test/fts3defer2.test
|
| similarity index 95%
|
| copy from third_party/sqlite/src/test/fts3defer2.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/fts3defer2.test
|
| index 87af52461b5487ebe5f29407765865bac17aecbf..275e0f0eb36feb3b01b02855d45968ba0fb6a7de 100644
|
| --- a/third_party/sqlite/src/test/fts3defer2.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/fts3defer2.test
|
| @@ -121,6 +121,12 @@ foreach {tn sql} {
|
| [list 1 2 2 1 2 2 0 54 54] \
|
| ]
|
| set sqlite_fts3_enable_parentheses 0
|
| +
|
| + do_execsql_test 2.2.$tn.4 {
|
| + SELECT mit(matchinfo(t2, 'x')) FROM t2 WHERE t2 MATCH 'e "g z"';
|
| + } [list \
|
| + [list 1 2 2 1 2 2] \
|
| + ]
|
| }
|
|
|
| do_execsql_test 2.3.1 {
|
|
|