| OLD | NEW |
| 1 # 2011 June 10 | 1 # 2011 June 10 |
| 2 # | 2 # |
| 3 # May you do good and not evil. | 3 # May you do good and not evil. |
| 4 # May you find forgiveness for yourself and forgive others. | 4 # May you find forgiveness for yourself and forgive others. |
| 5 # May you share freely, never taking more than you give. | 5 # May you share freely, never taking more than you give. |
| 6 # | 6 # |
| 7 #*********************************************************************** | 7 #*********************************************************************** |
| 8 # | 8 # |
| 9 | 9 |
| 10 set testdir [file dirname $argv0] | 10 set testdir [file dirname $argv0] |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 # on "M" or "D" returns 10 documents or so. But filtering on "M * D" only | 700 # on "M" or "D" returns 10 documents or so. But filtering on "M * D" only |
| 701 # returns 2, so B is deferred in this case. | 701 # returns 2, so B is deferred in this case. |
| 702 # | 702 # |
| 703 do_fts3query_test 7.$tn.1 t1 {"M B"} | 703 do_fts3query_test 7.$tn.1 t1 {"M B"} |
| 704 do_fts3query_test 7.$tn.2 t1 {"B D"} | 704 do_fts3query_test 7.$tn.2 t1 {"B D"} |
| 705 do_fts3query_test 7.$tn.3 -deferred B t1 {"M B D"} | 705 do_fts3query_test 7.$tn.3 -deferred B t1 {"M B D"} |
| 706 } | 706 } |
| 707 | 707 |
| 708 set sqlite_fts3_enable_parentheses $sfep | 708 set sqlite_fts3_enable_parentheses $sfep |
| 709 finish_test | 709 finish_test |
| OLD | NEW |