From 629f5a862e30b7e3136c4b2a5580d5acaa1993db Mon Sep 17 00:00:00 2001 From: fvogel Date: Fri, 21 Nov 2014 22:18:00 +0000 Subject: Fixed text-9.2.44 - This test was wrong (my bad when fixing bug [3021557fff]) but that was hidden --- tests/text.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/text.test b/tests/text.test index 52689ba..3f407e6 100644 --- a/tests/text.test +++ b/tests/text.test @@ -698,7 +698,7 @@ test text-9.2.44 {TextWidgetCmd procedure, "count" option} -setup { .t tag add hidden 2.9 3.17 .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} +} -result {2 6 1 5} # Newer tags are higher priority .t tag configure elide1 -elide 0 -- cgit v0.12