OLD | NEW |
1 # 2009 December 03 | 1 # 2009 December 03 |
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 # Brute force (random data) tests for FTS3. | 9 # Brute force (random data) tests for FTS3. |
10 # | 10 # |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 [simple_near [list $term3 $term4] 10] | 425 [simple_near [list $term3 $term4] 10] |
426 ] | 426 ] |
427 } | 427 } |
428 } | 428 } |
429 | 429 |
430 catchsql COMMIT | 430 catchsql COMMIT |
431 } | 431 } |
432 } | 432 } |
433 | 433 |
434 finish_test | 434 finish_test |
OLD | NEW |