summaryrefslogtreecommitdiffstats
path: root/tests/font.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-10-29 20:19:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-10-29 20:19:21 (GMT)
commitead20630da62cb8674fea88a385281fd05a0bcd4 (patch)
tree43b2b58c37089d090962979573c0f8a8f9593163 /tests/font.test
parentf4d4fd8a09e8d9dd4170ff2115ec46fe185b1ad8 (diff)
downloadtk-ead20630da62cb8674fea88a385281fd05a0bcd4.zip
tk-ead20630da62cb8674fea88a385281fd05a0bcd4.tar.gz
tk-ead20630da62cb8674fea88a385281fd05a0bcd4.tar.bz2
Fixed bug [220854fff] - Trailing tab characters in entry widgets are not displayedbug_220854fff
Diffstat (limited to 'tests/font.test')
-rw-r--r--tests/font.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test
index a02cc2e..9ed24dc 100644
--- a/tests/font.test
+++ b/tests/font.test
@@ -829,7 +829,7 @@ test font-24.10 {Tk_ComputeTextLayout: tab caused break} {
lappend x [getsize]
.b.l config -wrap 0
set x
-} "{[expr $ax*3] $ay} {[expr $ax*3] [expr $ay*2]}"
+} "{[expr $ax*8] $ay} {[expr $ax*8] [expr $ay*2]}"
test font-24.11 {Tk_ComputeTextLayout: absorb spaces at eol} {
set x {}
.b.l config -text "000 000" -wrap [expr $ax*5]