1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a test case in FTS5 to make it compatible with Tcl 8.5.

FossilOrigin-Name: a495f8e77e14241150f79e746c7303284f04621a
This commit is contained in:
drh
2016-07-25 21:11:53 +00:00
parent 422dded5a9
commit 07d9a03187
3 changed files with 8 additions and 8 deletions

View File

@ -265,7 +265,7 @@ do_test 11.0 {
execsql "
INSERT INTO t4 VALUES('a b c \x1A');
INSERT INTO t4 VALUES('a b c d\x1A');
INSERT INTO t4 VALUES('a b c \x1Ad');
INSERT INTO t4 VALUES('a b c \x1Ag');
INSERT INTO t4 VALUES('a b c d');
"
} {}