summaryrefslogtreecommitdiffstats
path: root/tests/text.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-07-16 20:10:29 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-07-16 20:10:29 (GMT)
commit669cc3928e2e48f9ebb7accede7444184fa9d3bf (patch)
treeb45bd599479b6052ba807693fb4557ac967b0907 /tests/text.test
parent1ceae426adc5b03ca14c112531356d7d936865ec (diff)
parent9e9425e69824f6b7441eada0cfa96198bd0a1926 (diff)
downloadtk-669cc3928e2e48f9ebb7accede7444184fa9d3bf.zip
tk-669cc3928e2e48f9ebb7accede7444184fa9d3bf.tar.gz
tk-669cc3928e2e48f9ebb7accede7444184fa9d3bf.tar.bz2
Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the patch proposed in the ticket: no deletion will ever happen before the start index anymore
Diffstat (limited to 'tests/text.test')
-rw-r--r--tests/text.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/text.test b/tests/text.test
index d8d01a0..0a481de 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -3498,9 +3498,10 @@ Line 4"
list [.t tag ranges sel] [.t get 1.0 end]
} -cleanup {
destroy .t
-} -result {{1.0 3.5} {Line 1
+} -result {{1.0 4.0} {Line 1
abcde
12345
+
}}
test text-19.9 {DeleteChars procedure} -body {
text .t