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

Unified Diff: third_party/sqlite/sqlite-src-3070603/test/fts3snippet.test

Issue 880533004: [sql] Fix CRLF in some SQLite source code. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/sqlite/sqlite-src-3070603/test/fts3snippet.test
diff --git a/third_party/sqlite/sqlite-src-3070603/test/fts3snippet.test b/third_party/sqlite/sqlite-src-3070603/test/fts3snippet.test
index 359a87c6f318005c3fbc8d0ba2211a5892b5339a..6df2e08db03416041eb7a33233e430f8a1e55de2 100644
--- a/third_party/sqlite/sqlite-src-3070603/test/fts3snippet.test
+++ b/third_party/sqlite/sqlite-src-3070603/test/fts3snippet.test
@@ -432,10 +432,10 @@ foreach {DO_MALLOC_TEST enc} {
{2 2 1 3 3 3 6 3 0 0 0 2 3 2}
}]
- # EVIDENCE-OF: R-40630-02268 If used within a SELECT that uses the
- # "query by rowid" or "linear scan" strategies, then the snippet and
- # offsets both return an empty string, and the matchinfo function
- # returns a blob value zero bytes in size.
+ # EVIDENCE-OF: R-40630-02268 If used within a SELECT that uses the
+ # "query by rowid" or "linear scan" strategies, then the snippet and
+ # offsets both return an empty string, and the matchinfo function
+ # returns a blob value zero bytes in size.
#
set r 1000000 ;# A rowid that exists in table ft
do_select_test $T.10.0 { SELECT rowid FROM ft WHERE rowid = $r } $r
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/test/enc4.test ('k') | third_party/sqlite/sqlite-src-3070603/test/tkt-3fe897352e.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698