summaryrefslogtreecommitdiffstats
path: root/tests/ttk/ttk.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttk/ttk.test')
-rw-r--r--tests/ttk/ttk.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ttk/ttk.test b/tests/ttk/ttk.test
index 090dab6..afe147e 100644
--- a/tests/ttk/ttk.test
+++ b/tests/ttk/ttk.test
@@ -345,7 +345,7 @@ test ttk-8.1 "Test -compound options" -body {
# Exhaustively test each combination.
# Main goal is to make sure no code paths crash.
foreach image {icon ""} {
- foreach text {"Hi!" ""} {
+ foreach text {"Hi!" ""} {
foreach compound $::compoundStrings {
.ctb configure -image $image -text $text -compound $compound
update; tick
@@ -360,7 +360,7 @@ test ttk-8.2 "Test -compound options with regular button" -body {
pack .rtb
foreach image {"" icon} {
- foreach text {"Hi!" ""} {
+ foreach text {"Hi!" ""} {
foreach compound [lrange $::compoundStrings 2 end] {
.rtb configure -image $image -text $text -compound $compound
update; tick
@@ -372,7 +372,7 @@ tock
test ttk-8.3 "Rerun test 8.1" -body {
foreach image {icon ""} {
- foreach text {"Hi!" ""} {
+ foreach text {"Hi!" ""} {
foreach compound $::compoundStrings {
.ctb configure -image $image -text $text -compound $compound
update; tick