diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:29:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:29:27 (GMT) |
commit | efc3f3d42f6cf994cace9d7c010e9df68d37f8db (patch) | |
tree | 0dcb9ab8e5089a8ebaf2f30bcc6c8d7d73f236c2 /tests | |
parent | 520853aabbe489eadcf8079f0ea0c3324104cbb4 (diff) | |
parent | 5ae0e88cc49f83ebe127f1aebddadc4e5d7c1990 (diff) | |
download | tk-efc3f3d42f6cf994cace9d7c010e9df68d37f8db.zip tk-efc3f3d42f6cf994cace9d7c010e9df68d37f8db.tar.gz tk-efc3f3d42f6cf994cace9d7c010e9df68d37f8db.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textIndex.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test index b4e050f..17eb3f4 100644 --- a/tests/textIndex.test +++ b/tests/textIndex.test @@ -987,7 +987,7 @@ test textIndex-25.1 {IndexCountBytesOrdered, bug [3f1f79abcf]} { destroy .t2 } {} -test textIndex-26.1 {GetIndex restricts the returned index to -starline/-endline in peers, bug [34db75c0ac]} { +test textIndex-26.1 {GetIndex restricts the returned index to -startline/-endline in peers, bug [34db75c0ac]} { set res {} pack [text .t2] .t2 insert end "line 1\nline 2\nline 3\nline 4\nline 5\nline 6\n" @@ -998,7 +998,7 @@ test textIndex-26.1 {GetIndex restricts the returned index to -starline/-endline destroy .t2 .p2 set res } {2.0 2.0 2.0} -test textIndex-26.2 {GetIndex errors out if mark, image, window, or tag is outside peer -starline/-endline, bug [34db75c0ac]} { +test textIndex-26.2 {GetIndex errors out if mark, image, window, or tag is outside peer -startline/-endline, bug [34db75c0ac]} { set res {} pack [text .t2] .t2 insert end "line 1\nline 2\nline 3\nline 4\nline 5\nline 6\n" |