diff options
author | dgp <dgp@users.sourceforge.net> | 2015-04-09 12:39:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-04-09 12:39:39 (GMT) |
commit | 3f7de958795b3d01851e611f2aaca65e3ab9e196 (patch) | |
tree | 24e00ba54c7b8964f630041fe61d4dfc01937344 /tests/textIndex.test | |
parent | a5834870c9b90076e5c2c5d249f51d44d6c4b0c1 (diff) | |
parent | f834b107eaf34a513bc41be49e0ad054af11cc6a (diff) | |
download | tk-3f7de958795b3d01851e611f2aaca65e3ab9e196.zip tk-3f7de958795b3d01851e611f2aaca65e3ab9e196.tar.gz tk-3f7de958795b3d01851e611f2aaca65e3ab9e196.tar.bz2 |
[e4ed00a954] Fixed crash with display wordstart
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r-- | tests/textIndex.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test index c949b1f..dead9c1 100644 --- a/tests/textIndex.test +++ b/tests/textIndex.test @@ -905,6 +905,11 @@ test textIndex-22.12 {text index wordstart, unicode} { test textIndex-22.13 {text index wordstart, unicode} { text_test_word wordstart "\uc700\uc700 abc" 8 } 3 +test textIndex-22.15 {text index display wordstart} { + catch {destroy .t} + text .t + .t index "1.0 display wordstart" ; # used to crash +} 1.0 test textIndex-23.1 {text paragraph start} { pack [text .t2] |