summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-11-19 21:54:40 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-11-19 21:54:40 (GMT)
commitee8d969f18b463c672814118ae9b9fd20d6ad05d (patch)
treeedd215baaebfe51c4b97c97ac61ddbefe327e65c /tests
parent3392d3aacf40787f102904663aeb9ce163cfc10f (diff)
downloadtk-ee8d969f18b463c672814118ae9b9fd20d6ad05d.zip
tk-ee8d969f18b463c672814118ae9b9fd20d6ad05d.tar.gz
tk-ee8d969f18b463c672814118ae9b9fd20d6ad05d.tar.bz2
Make text-11a.41 pass this time (hopefully...)
Diffstat (limited to 'tests')
-rw-r--r--tests/text.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/text.test b/tests/text.test
index 2b54cc1..ae45e5e 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -3089,6 +3089,7 @@ test text-11a.41 {"sync" "pendingsync" and <<WidgetViewSync>>} -setup {
append content [string repeat "$i " 50] \n
}
bind .top.yt <<WidgetViewSync>> {lappend res Sync:%d}
+ update
set res {}
# the next line triggers <<WidgetViewSync>> with %d==0 i.e. we're out of sync
.top.yt insert 1.0 $content