Update to tk 8.5.19

This commit is contained in:
Zachary Ware
2017-11-24 17:53:51 -06:00
parent 27e7dfc7da
commit c67b328f06
325 changed files with 12511 additions and 12047 deletions

View File

@@ -664,6 +664,16 @@ test btree-14.1 {check tag presence} {
.t tag add x 141.3
.t tag names 141.1
} {x y z}
test btree-14.2 {TkTextIsElided} {
.t delete 1.0 end
.t tag config hidden -elide 1
.t insert end "Line1\nLine2\nLine3\n"
.t tag add hidden 2.0 3.0
.t tag add sel 1.2 3.2
# next line used to panic because of "Bad tag priority being toggled on"
# (see bug [382da038c9])
.t index "2.0 - 1 display line linestart"
} {1.0}
test btree-15.1 {rebalance with empty node} {
catch {destroy .t}