summaryrefslogtreecommitdiffstats
path: root/tests/font.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-01-22 21:50:09 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-01-22 21:50:09 (GMT)
commitbfc6c158b58a9e1872e012842f7f0db790aa1e69 (patch)
tree2b7b70c785bb4ca9bfebcc31316be84c5594baa8 /tests/font.test
parente512946739a3d69a50f106ec6cdf14f30c42349f (diff)
downloadtk-bfc6c158b58a9e1872e012842f7f0db790aa1e69.zip
tk-bfc6c158b58a9e1872e012842f7f0db790aa1e69.tar.gz
tk-bfc6c158b58a9e1872e012842f7f0db790aa1e69.tar.bz2
Fix typo
Diffstat (limited to 'tests/font.test')
-rw-r--r--tests/font.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font.test b/tests/font.test
index 9e84975..ec55284 100644
--- a/tests/font.test
+++ b/tests/font.test
@@ -836,7 +836,7 @@ test font-18.1 {FreeFontObjProc} -constraints testfont -setup {
destroy .b1
set result {}
} -body {
- set f [font create font-18.1_font1 -family Courier -size 12]
+ set f [font create font-18.1_font -family Courier -size 12]
set x [join [list $f 50] { }]
button .b1 -font $x
set y [join [list $f 50] { }]
@@ -853,7 +853,7 @@ test font-18.1 {FreeFontObjProc} -constraints testfont -setup {
set y bogus
return $result
} -cleanup {
- font delete font-18.1_font1
+ font delete font-18.1_font
} -result {{{1 3}} {{1 2}} {{1 1}} {}}