summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-09-13 12:37:10 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-09-13 12:37:10 (GMT)
commit4b62f1fb163792e9cc42e12ee5e803ae187cb609 (patch)
treef6935a11d0b9dc6f00607369a622c1bdf962099d /tests
parent32124ed50e83c59a5144190137414a3c6f5c7fb9 (diff)
downloadtk-4b62f1fb163792e9cc42e12ee5e803ae187cb609.zip
tk-4b62f1fb163792e9cc42e12ee5e803ae187cb609.tar.gz
tk-4b62f1fb163792e9cc42e12ee5e803ae187cb609.tar.bz2
Bug [cc0ba31920] - Make text-9.2.46 pass on Windows 8.1
Diffstat (limited to 'tests')
-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]