diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:23:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:23:54 (GMT) |
commit | 539dee14dd53a081a6787a33d0cc731b5b2f329f (patch) | |
tree | ee872a83d3c887e120a260f12250968fde5101bf /tests/lsearch.test | |
parent | 5eed049c6cf5c50b4c4994f26c13d27a48581f78 (diff) | |
download | tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.zip tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.tar.gz tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.tar.bz2 |
Improve bunch of error-messages
Diffstat (limited to 'tests/lsearch.test')
-rw-r--r-- | tests/lsearch.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lsearch.test b/tests/lsearch.test index c913e60..fc7fa8c 100644 --- a/tests/lsearch.test +++ b/tests/lsearch.test @@ -47,7 +47,7 @@ test lsearch-2.5 {search modes} { } 1 test lsearch-2.6 {search modes} -returnCodes error -body { lsearch -regexp {xyz bbcc *bc*} *bc* -} -result {couldn't compile regular expression pattern: quantifier operand invalid} +} -result {cannot compile regular expression pattern: invalid quantifier operand} test lsearch-2.7 {search modes} { lsearch -regexp {b.x ^bc xy bcx} ^bc } 3 |