| Index: third_party/sqlite/src/test/fts3al.test
 | 
| diff --git a/third_party/sqlite/src/test/fts3al.test b/third_party/sqlite/src/test/fts3al.test
 | 
| index be01ecb7c0a5175debf5b48b6f28efdbec27a6c0..02cc0d1695297c7394e97be5bb971e8b1b619973 100644
 | 
| --- a/third_party/sqlite/src/test/fts3al.test
 | 
| +++ b/third_party/sqlite/src/test/fts3al.test
 | 
| @@ -53,6 +53,10 @@ do_test fts3al-1.3 {
 | 
|  #
 | 
|  # The trailing and leading hi-bit chars help with code which tests for
 | 
|  # isspace() to coalesce multiple spaces.
 | 
| +#
 | 
| +# UPDATE: The above is no longer true; there is no such code in fts3.
 | 
| +# But leave the test in just the same.
 | 
| +# 
 | 
|  
 | 
|  set word "\x80xxxxx\x80xxxxx\x80xxxxx\x80xxxxx\x80xxxxx\x80xxxxx\x80"
 | 
|  set phrase1 "$word $word $word target $word $word $word"
 | 
| @@ -64,6 +68,6 @@ db eval "INSERT INTO t4 (content) VALUES ('$phrase2')"
 | 
|  
 | 
|  do_test fts3al-1.4 {
 | 
|    execsql {SELECT rowid, length(snippet(t4)) FROM t4 WHERE t4 MATCH 'target'}
 | 
| -} {1 111 2 117}
 | 
| +} {1 241 2 247}
 | 
|  
 | 
|  finish_test
 | 
| 
 |