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 #***********************************************************************
12 # Tests focusing on the fts5 porter stemmer implementation.
14 # These are extra tests added to those in fts5porter.test in order to
15 # improve test coverage of the porter stemmer implementation.
18 source [file join [file dirname [info script]] fts5_common.tcl]
19 set testprefix fts5porter2
21 # If SQLITE_ENABLE_FTS5 is defined, omit this file.
61 foreach {in out} $test_vocab {
62 do_test "1.$i.($in -> $out)" {
63 lindex [sqlite3_fts5_tokenize db porter $in] 0