summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2005-05-13 13:47:18 (GMT)
committervincentdarley <vincentdarley@noemail.net>2005-05-13 13:47:18 (GMT)
commit1b5e1f263999ef6b415c053822bd0718e63c5985 (patch)
treeda206d2bf7356af7d4d310e4479178cb98f03f7b /tests/textIndex.test
parentab78beb5227adcea5f911778f0eb665b0fa8e73a (diff)
downloadtk-1b5e1f263999ef6b415c053822bd0718e63c5985.zip
tk-1b5e1f263999ef6b415c053822bd0718e63c5985.tar.gz
tk-1b5e1f263999ef6b415c053822bd0718e63c5985.tar.bz2
fix to two text widget bugs
FossilOrigin-Name: dad448e9a16ffca5f160e0a4fff1780d2a2d7022
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r--tests/textIndex.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test
index e88da10..0f8f4c0 100644
--- a/tests/textIndex.test
+++ b/tests/textIndex.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: textIndex.test,v 1.16 2005/05/13 13:46:13 vincentdarley Exp $
+# RCS: @(#) $Id: textIndex.test,v 1.17 2005/05/13 13:47:18 vincentdarley Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -886,7 +886,7 @@ test textIndex-22.13 {text index wordstart, unicode} {
text_test_word wordstart "\uc700\uc700 abc" 8
} 3
-test textIndex-23.1 {text index wordstart, unicode} {
+test textIndex-23.1 {text paragraph start} {
pack [text .t2]
.t2 insert end " Text"
set res 2.0