summaryrefslogtreecommitdiffstats
path: root/tests/button.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-14 16:08:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-14 16:08:10 (GMT)
commit4c2383b472b848c812ffb25dc0c7e2fc0e8f9b5f (patch)
treebd1c39d413a834acc9427fa0661a92c10e3dffb5 /tests/button.test
parenteee6c9db0590a4087098a7a7d85dd139bfda6d0f (diff)
parent83514ebcf9336a0ee9330bdfa93a39de39ac6b54 (diff)
downloadtk-4c2383b472b848c812ffb25dc0c7e2fc0e8f9b5f.zip
tk-4c2383b472b848c812ffb25dc0c7e2fc0e8f9b5f.tar.gz
tk-4c2383b472b848c812ffb25dc0c7e2fc0e8f9b5f.tar.bz2
Add quotes to the "processing * option" error-messages, for consistancy. Some indenting fixes
Diffstat (limited to 'tests/button.test')
-rw-r--r--tests/button.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/button.test b/tests/button.test
index 00ef076..9ff7f3a 100644
--- a/tests/button.test
+++ b/tests/button.test
@@ -3368,7 +3368,7 @@ test button-5.17 {ConfigureButton - -width option} -body {
} -cleanup {
destroy .b
} -result {expected integer but got "1i"
- (processing -width option)
+ (processing "-width" option)
invoked from within
".b configure -width 1i"}
test button-5.18 {ConfigureButton - -height option} -body {
@@ -3384,7 +3384,7 @@ test button-5.19 {ConfigureButton - -height option} -body {
} -cleanup {
destroy .b
} -result {expected integer but got "0.5c"
- (processing -height option)
+ (processing "-height" option)
invoked from within
".b configure -height 0.5c"}
#ex 6.16
@@ -3401,7 +3401,7 @@ test button-5.21 {ConfigureButton - -width option} -body {
} -cleanup {
destroy .b
} -result {expected screen distance but got "abc"
- (processing -width option)
+ (processing "-width" option)
invoked from within
".b configure -width abc"}
test button-5.22 {ConfigureButton - -height option} -constraints {
@@ -3428,7 +3428,7 @@ test button-5.23 {ConfigureButton - -height option} -constraints {
destroy .b
image delete image1
} -result {expected screen distance but got "0.5x"
- (processing -height option)
+ (processing "-height" option)
invoked from within
".b configure -height 0.5x"}
#ex 6.18