summaryrefslogtreecommitdiffstats
path: root/tests/lsearch.test
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-02 21:46:04 (GMT)
committerstanton <stanton>1998-12-02 21:46:04 (GMT)
commitd69d6e0f746a6f64fce2f28a6d06e92718bda1bd (patch)
tree4808df4b88e81fa65b7a0cc7c900e3d3fb0b3042 /tests/lsearch.test
parent30395d1e2d42a80bf30f0a6f126b8e6cd44ef53f (diff)
downloadtcl-d69d6e0f746a6f64fce2f28a6d06e92718bda1bd.zip
tcl-d69d6e0f746a6f64fce2f28a6d06e92718bda1bd.tar.gz
tcl-d69d6e0f746a6f64fce2f28a6d06e92718bda1bd.tar.bz2
fixed various broken tests
Diffstat (limited to 'tests/lsearch.test')
-rw-r--r--tests/lsearch.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lsearch.test b/tests/lsearch.test
index 8caf8d8..b081566 100644
--- a/tests/lsearch.test
+++ b/tests/lsearch.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: lsearch.test,v 1.1.2.2 1998/09/24 23:59:29 stanton Exp $
+# RCS: @(#) $Id: lsearch.test,v 1.1.2.3 1998/12/02 21:46:05 stanton Exp $
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -45,7 +45,7 @@ test lsearch-2.5 {search modes} {
} 1
test lsearch-2.6 {search modes} {
list [catch {lsearch -regexp {xyz bbcc *bc*} *bc*} msg] $msg
-} {1 {couldn't compile regular expression pattern: ?+* follows nothing}}
+} {1 {couldn't compile regular expression pattern: quantifier operand invalid}}
test lsearch-2.7 {search modes} {
lsearch -regexp {b.x ^bc xy bcx} ^bc
} 3