summaryrefslogtreecommitdiff
path: root/test/fts3defer2.test
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2014-10-16 22:51:35 -0400
committerHans-Christoph Steiner <hans@eds.org>2014-10-16 22:51:35 -0400
commit569c6676a6ddb0ff73821d7693b5e18ddef809b9 (patch)
tree833538da7bba39105daff45e265aef386a200acd /test/fts3defer2.test
parent08119c361d1181b3e8f1abb429236e488a664753 (diff)
Imported Upstream version 3.2.0upstream
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
-