summaryrefslogtreecommitdiff
path: root/test/fts3defer2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fts3defer2.test')
-rw-r--r--test/fts3defer2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fts3defer2.test b/test/fts3defer2.test
index 337359a..87af524 100644
--- a/test/fts3defer2.test
+++ b/test/fts3defer2.test
@@ -59,6 +59,7 @@ do_execsql_test 1.2.1 {
SELECT content FROM t1 WHERE t1 MATCH 'f (e NEAR/2 a)';
} {{a b c d e f a x y}}
+
do_execsql_test 1.2.2 {
SELECT snippet(t1, '[', ']'), offsets(t1), mit(matchinfo(t1, 'pcxnal'))
FROM t1 WHERE t1 MATCH 'f (e NEAR/2 a)';
@@ -153,4 +154,3 @@ foreach {tn sql} {
finish_test
-