Fixes default log output to console for macOS
[sqlcipher.git] / ext / fts5 / test / fts5unicode4.test
blobdfd7f5a254e261adc925333c3e1801fc438359bc
1 # 2018 July 25
3 # The author disclaims copyright to this source code.  In place of
4 # a legal notice, here is a blessing:
6 #    May you do good and not evil.
7 #    May you find forgiveness for yourself and forgive others.
8 #    May you share freely, never taking more than you give.
10 #***********************************************************************
14 source [file join [file dirname [info script]] fts5_common.tcl]
15 set testprefix fts5unicode4
17 # If SQLITE_ENABLE_FTS5 is defined, omit this file.
18 ifcapable !fts5 {
19   finish_test
20   return
23 do_execsql_test 1.0 {
24   CREATE VIRTUAL TABLE sss USING fts5(a, prefix=3); 
27 do_execsql_test 1.1 {
28   INSERT INTO sss VALUES('γΎγ‚Šγ‚„');
31 finish_test