OLD | NEW |
1 # 2009 January 1 | 1 # 2009 January 1 |
2 # | 2 # |
3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
5 # | 5 # |
6 # May you do good and not evil. | 6 # May you do good and not evil. |
7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
9 # | 9 # |
10 #************************************************************************* | 10 #************************************************************************* |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 set e4 [tree_to_expr $t 1 1] | 157 set e4 [tree_to_expr $t 1 1] |
158 | 158 |
159 do_exprparse_test fts3expr2-$iTest.1 $e1 $t | 159 do_exprparse_test fts3expr2-$iTest.1 $e1 $t |
160 do_exprparse_test fts3expr2-$iTest.2 $e2 $t | 160 do_exprparse_test fts3expr2-$iTest.2 $e2 $t |
161 do_exprparse_test fts3expr2-$iTest.3 $e3 $t | 161 do_exprparse_test fts3expr2-$iTest.3 $e3 $t |
162 do_exprparse_test fts3expr2-$iTest.4 $e4 $t | 162 do_exprparse_test fts3expr2-$iTest.4 $e4 $t |
163 } | 163 } |
164 | 164 |
165 set sqlite_fts3_enable_parentheses 0 | 165 set sqlite_fts3_enable_parentheses 0 |
166 finish_test | 166 finish_test |
OLD | NEW |