summaryrefslogtreecommitdiff
path: root/databases/sqlite3/files/patch-test_fts3expr4.test
blob: ef73fba60d2f1725ffc1f1127114ba66395a14b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- test/fts3expr4.test.orig	2022-11-27 11:47:17 UTC
+++ test/fts3expr4.test
@@ -50,7 +50,7 @@ do_icu_expr_test 1.7 {a:word} {PHRASE 0 0 word}
 # is passed to the tokenizer.
 #
 do_icu_expr_test 1.7 {a:word} {PHRASE 0 0 word}
-do_icu_expr_test 1.8 {d:word} {PHRASE 3 0 d:word}
+do_icu_expr_test 1.8 {d:word} {AND {AND {PHRASE 3 0 d} {PHRASE 3 0 :}} {PHRASE 3 0 word}}
 
 set sqlite_fts3_enable_parentheses 0