summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2005-02-14 23:00:29 (GMT)
committervincentdarley <vincentdarley@noemail.net>2005-02-14 23:00:29 (GMT)
commit22771d1c35f78582424342d621944073011a4e3d (patch)
tree270430be093e44a3695b7cae46647d503a619044 /tests/textIndex.test
parent58e91bce7aa7f192f5b1a1e2d352cb91ab467af5 (diff)
downloadtk-22771d1c35f78582424342d621944073011a4e3d.zip
tk-22771d1c35f78582424342d621944073011a4e3d.tar.gz
tk-22771d1c35f78582424342d621944073011a4e3d.tar.bz2
fix to newline eliding in text widget
FossilOrigin-Name: 46ac803ae4b55ceb29a03cd1aa950ad4d8792a0f
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r--tests/textIndex.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test
index b4c7d11..6527349 100644
--- a/tests/textIndex.test
+++ b/tests/textIndex.test
@@ -6,11 +6,12 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: textIndex.test,v 1.14 2004/09/10 12:13:43 vincentdarley Exp $
+# RCS: @(#) $Id: textIndex.test,v 1.15 2005/02/14 23:03:26 vincentdarley Exp $
package require tcltest 2.1
eval tcltest::configure $argv
tcltest::loadTestedCommands
+namespace import -force tcltest::test
catch {destroy .t}
text .t -font {Courier -12} -width 20 -height 10