summaryrefslogtreecommitdiffstats
path: root/tests/entry.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-08-18 15:39:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-08-18 15:39:22 (GMT)
commitf7ed7cac364eda1504addad300c82d6e836b680a (patch)
treefd857ffdc7a5ff6e601a3845a5594be08bf30562 /tests/entry.test
parent72ad9fdedd7702cf4ae5cdb1a7054d01398fcc1b (diff)
downloadtk-f7ed7cac364eda1504addad300c82d6e836b680a.zip
tk-f7ed7cac364eda1504addad300c82d6e836b680a.tar.gz
tk-f7ed7cac364eda1504addad300c82d6e836b680a.tar.bz2
whitespace fix
Diffstat (limited to 'tests/entry.test')
-rw-r--r--tests/entry.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/entry.test b/tests/entry.test
index 3d10e72..74dd7eb 100644
--- a/tests/entry.test
+++ b/tests/entry.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: entry.test,v 1.20 2006/05/29 21:53:16 hobbs Exp $
+# RCS: @(#) $Id: entry.test,v 1.21 2007/08/18 15:39:22 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -673,7 +673,7 @@ test entry-5.11 {ConfigureEntry procedure} {
pack [entry .e -font {{open look glyph}}]
.e scan dragto 30
update
-} {}
+} {}
# No tests for DisplayEntry.