summaryrefslogtreecommitdiffstats
path: root/tests/util.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.test')
-rw-r--r--tests/util.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/util.test b/tests/util.test
index bf29134..f21a655 100644
--- a/tests/util.test
+++ b/tests/util.test
@@ -6,7 +6,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: util.test,v 1.1.2.2 1998/09/24 23:59:39 stanton Exp $
+# RCS: @(#) $Id: util.test,v 1.1.2.3 1998/12/04 03:01:27 stanton Exp $
if {[info commands testobj] == {}} {
puts "This application hasn't been compiled with the \"testobj\""
@@ -211,10 +211,10 @@ test util-5.44 {Tcl_StringMatch: skip correct number of ']'} {
} 1
test util-5.45 {Tcl_StringMatch} {
# if (*pattern == '\0')
- # badly formed pattern
+ # badly formed pattern, still treats as a set
string match {[a} a
-} 0
+} 1
test util-5.46 {Tcl_StringMatch} {
string match {a\*b} a*b
} 1