Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/sqlite/src/test/fts3defer2.test

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/test/fts3d.test ('k') | third_party/sqlite/src/test/fts3expr3.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/fts3defer2.test
diff --git a/third_party/sqlite/src/test/fts3defer2.test b/third_party/sqlite/src/test/fts3defer2.test
index 87af52461b5487ebe5f29407765865bac17aecbf..275e0f0eb36feb3b01b02855d45968ba0fb6a7de 100644
--- a/third_party/sqlite/src/test/fts3defer2.test
+++ b/third_party/sqlite/src/test/fts3defer2.test
@@ -121,6 +121,12 @@ foreach {tn sql} {
[list 1 2 2 1 2 2 0 54 54] \
]
set sqlite_fts3_enable_parentheses 0
+
+ do_execsql_test 2.2.$tn.4 {
+ SELECT mit(matchinfo(t2, 'x')) FROM t2 WHERE t2 MATCH 'e "g z"';
+ } [list \
+ [list 1 2 2 1 2 2] \
+ ]
}
do_execsql_test 2.3.1 {
« no previous file with comments | « third_party/sqlite/src/test/fts3d.test ('k') | third_party/sqlite/src/test/fts3expr3.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698