1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Tests to improve coverage of fts5_expr.c.

FossilOrigin-Name: f4b839e5265700b1a89066d1b6e0d0d010852a69c5da3d75d2c41624dbf3c0af
This commit is contained in:
dan
2024-08-17 19:07:13 +00:00
parent b651084713
commit ef2401f669
7 changed files with 53 additions and 26 deletions

View File

@ -211,7 +211,7 @@ do_execsql_test 9.0 {
faultsim_save_and_close
do_faultsim_test 9 -faults oom* -prep {
do_faultsim_test 9.1 -faults oom* -prep {
faultsim_restore_and_reopen
} -body {
execsql {
@ -221,6 +221,17 @@ do_faultsim_test 9 -faults oom* -prep {
faultsim_test_result {0 {}}
}
do_faultsim_test 9.2 -faults oom* -prep {
faultsim_restore_and_reopen
} -body {
execsql {
SELECT rowid FROM ft WHERE x MATCH 'one AND two AND three'
}
} -test {
faultsim_test_result {0 1}
}
finish_test