diff options
author | fvogel <fvogelnew1@free.fr> | 2014-11-21 22:18:00 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-11-21 22:18:00 (GMT) |
commit | 629f5a862e30b7e3136c4b2a5580d5acaa1993db (patch) | |
tree | 247a8a3652e2c312dec860e9921309d91c791c7b | |
parent | fec6c46dcba3131cd66f024a3eae77a9e9e446fa (diff) | |
download | tk-629f5a862e30b7e3136c4b2a5580d5acaa1993db.zip tk-629f5a862e30b7e3136c4b2a5580d5acaa1993db.tar.gz tk-629f5a862e30b7e3136c4b2a5580d5acaa1993db.tar.bz2 |
Fixed text-9.2.44 - This test was wrong (my bad when fixing bug [3021557fff]) but that was hidden
-rw-r--r-- | tests/text.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |