summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--tests/text.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d63f8ec..c6b35ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2012-??-?? Francois Vogel <fvogelnew1@free.fr>
+2012-01-19 Francois Vogel <fvogelnew1@free.fr>
* generic/tkText.c: [Bug-3021557]: Moving the cursor in
* tests/text.test: elided text freezes Tk
diff --git a/tests/text.test b/tests/text.test
index d76b97f..44a3065 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -683,6 +683,7 @@ test text-9.2.42 {TextWidgetCmd procedure, "count" option} {
test text-9.2.43 {TextWidgetCmd procedure, "count" option} {
.t count -lines -chars -indices -displaylines 1.0 end
} {3 903 903 45}
+.t configure -wrap none
test text-9.2.44 {TextWidgetCmd procedure, "count" option} -setup {
.t delete 1.0 end
update
@@ -698,7 +699,6 @@ test text-9.2.44 {TextWidgetCmd procedure, "count" option} -setup {
.t tag configure hidden -elide true
lappend res [.t count -displaylines 1.19 3.24] [.t count -displaylines 1.0 end]
} -result {2 6 2 5}
-.t configure -wrap none
# Newer tags are higher priority
.t tag configure elide1 -elide 0