summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2015-09-13 12:37:10 (GMT)
committerfvogelnew1@free.fr <fvogel>2015-09-13 12:37:10 (GMT)
commit3eeb839d66f4a1b9c7a54d1cc4fda08add45160d (patch)
treef6935a11d0b9dc6f00607369a622c1bdf962099d
parent2a97a73cb77f8574261479fee80ab7f0ca891e30 (diff)
downloadtk-3eeb839d66f4a1b9c7a54d1cc4fda08add45160d.zip
tk-3eeb839d66f4a1b9c7a54d1cc4fda08add45160d.tar.gz
tk-3eeb839d66f4a1b9c7a54d1cc4fda08add45160d.tar.bz2
Bug [cc0ba31920] - Make text-9.2.46 pass on Windows 8.1
-rw-r--r--tests/text.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text.test b/tests/text.test
index 53196be..fa00ce3 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -726,7 +726,7 @@ test text-9.2.46 {TextWidgetCmd procedure, "count" option} -setup {
.mytop.t insert end "Line $i+++Line $i---Line $i///Line $i - This is Line [format %c [expr 64+$i]]\n"
}
.mytop.t tag configure hidden -elide true
- .mytop.t tag add hidden 2.15 3.10
+ .mytop.t tag add hidden 2.20 3.10
.mytop.t configure -wrap char
lappend res [.mytop.t count -displaylines 2.0 3.0]
lappend res [.mytop.t count -displaylines 2.0 3.40]