diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-14 15:45:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-14 15:45:33 (GMT) |
commit | 83514ebcf9336a0ee9330bdfa93a39de39ac6b54 (patch) | |
tree | e6d4a3cdd8f88d2e908e0c42ece5a667d218773f /tests/menubut.test | |
parent | 7cfd623dc5324f153717a00faa7c3e080811bcbb (diff) | |
download | tk-83514ebcf9336a0ee9330bdfa93a39de39ac6b54.zip tk-83514ebcf9336a0ee9330bdfa93a39de39ac6b54.tar.gz tk-83514ebcf9336a0ee9330bdfa93a39de39ac6b54.tar.bz2 |
Add quotes to the "processing * option" error-messages, for consistancy. Some indenting fixes
Diffstat (limited to 'tests/menubut.test')
-rw-r--r-- | tests/menubut.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/menubut.test b/tests/menubut.test index 21c0cf7..028341f 100644 --- a/tests/menubut.test +++ b/tests/menubut.test @@ -404,7 +404,7 @@ test menubutton-4.2 {ConfigureMenuButton procedure} -setup { } -cleanup { deleteWindows } -result {expected integer but got "1i" - (processing -width option) + (processing "-width" option) invoked from within ".mb1 configure -width 1i"} @@ -425,7 +425,7 @@ test menubutton-4.4 {ConfigureMenuButton procedure} -setup { } -cleanup { deleteWindows } -result {expected integer but got "0.5c" - (processing -height option) + (processing "-height" option) invoked from within ".mb1 configure -height 0.5c"} @@ -446,7 +446,7 @@ test menubutton-4.6 {ConfigureMenuButton procedure} -setup { } -cleanup { deleteWindows } -result {expected screen distance but got "abc" - (processing -width option) + (processing "-width" option) invoked from within ".mb1 configure -width abc"} @@ -477,7 +477,7 @@ test menubutton-4.8 {ConfigureMenuButton procedure} -constraints { deleteWindows imageCleanup } -result {expected screen distance but got "0.5x" - (processing -height option) + (processing "-height" option) invoked from within ".mb1 configure -height 0.5x"} |