diff options
author | fvogel <fvogelnew1@free.fr> | 2015-04-08 19:32:52 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-04-08 19:32:52 (GMT) |
commit | 4cc60a00b9984b3d2e2fed02f3f87e46867621a0 (patch) | |
tree | 47be76c99647e28745efb6257576956214084391 /tests | |
parent | 8558f0f2281acbb4fb601183300a244587b1b3ab (diff) | |
download | tk-4cc60a00b9984b3d2e2fed02f3f87e46867621a0.zip tk-4cc60a00b9984b3d2e2fed02f3f87e46867621a0.tar.gz tk-4cc60a00b9984b3d2e2fed02f3f87e46867621a0.tar.bz2 |
Fixed crash with display wordstart - Bug [e4ed00a954]
Diffstat (limited to 'tests')
-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 28dc0df..92cbff0 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] |