summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/button.test2
-rw-r--r--tests/text.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/button.test b/tests/button.test
index 28d8934..d7fb06d 100644
--- a/tests/button.test
+++ b/tests/button.test
@@ -3924,7 +3924,7 @@ test button-14.1 {bug fix: [011706ec42] tk::ButtonInvoke unsafe wrt widget destr
update ; # shall not trigger error invalid command name ".top.b"
} -cleanup {
destroy .top.b .top
-} -result {}
+} -result {}
imageFinish
cleanupTests
diff --git a/tests/text.test b/tests/text.test
index 146e338..0d2fd70 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -3062,7 +3062,7 @@ test text-11a.51 {<<WidgetViewSync>> calls TkSendVirtualEvent(),
toplevel .top
pack [text .top.t]
for {set i 1} {$i < 10000} {incr i} {
- .top.t insert end "Hello world!\n"
+ .top.t insert end "Hello world!\n"
}
bind .top.t <<WidgetViewSync>> {destroy .top.t}
.top.t tag add mytag 1.5 8000.8 ; # shall not crash