summaryrefslogtreecommitdiffstats
path: root/tests/text.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-11-15 13:09:07 (GMT)
committervincentdarley <vincentdarley>2004-11-15 13:09:07 (GMT)
commit50af33b1a13e1b6c55e100130ec1e8c22e4beab6 (patch)
treedddeeb456d6e4da0dcc9a3bb66c685a26b076343 /tests/text.test
parentba85d89c22482d574a5c07593b1fcb57e19451eb (diff)
downloadtk-50af33b1a13e1b6c55e100130ec1e8c22e4beab6.zip
tk-50af33b1a13e1b6c55e100130ec1e8c22e4beab6.tar.gz
tk-50af33b1a13e1b6c55e100130ec1e8c22e4beab6.tar.bz2
fix to one multi-line search bug
Diffstat (limited to 'tests/text.test')
-rw-r--r--tests/text.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/text.test b/tests/text.test
index 70cbaa2..76f28a6 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: text.test,v 1.34 2004/11/09 12:46:10 vincentdarley Exp $
+# RCS: @(#) $Id: text.test,v 1.35 2004/11/15 13:09:08 vincentdarley Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -2648,7 +2648,7 @@ test text-20.172 {TextSearchCmd, regexp search multi-line} {knownBug} {
# Should match at 1.0 for a true greedy match
} {1.0}
-test text-20.172.1 {TextSearchCmd, regexp search multi-line} {knownBug} {
+test text-20.172.1 {TextSearchCmd, regexp search multi-line} {
deleteWindows
pack [text .t2]
.t2 insert 1.0 "line0\nline1\nline1\nline1\nline1\nline2\nline2\nline2\nline3\n"