diff options
author | fvogel <fvogel@noemail.net> | 2015-04-08 19:32:52 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2015-04-08 19:32:52 (GMT) |
commit | e1ae48ff45b55cbc4ae6bea2879ed40ae7cf47ab (patch) | |
tree | 47be76c99647e28745efb6257576956214084391 /tests/textIndex.test | |
parent | c2fcb222a8eeec4de0eca37c0a5be3fae93ef0af (diff) | |
download | tk-e1ae48ff45b55cbc4ae6bea2879ed40ae7cf47ab.zip tk-e1ae48ff45b55cbc4ae6bea2879ed40ae7cf47ab.tar.gz tk-e1ae48ff45b55cbc4ae6bea2879ed40ae7cf47ab.tar.bz2 |
Fixed crash with display wordstart - Bug [e4ed00a954]
FossilOrigin-Name: c6263db4688221bc5e66a0af20d29106ef99f21b
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 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] |