summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-08-05 01:21:08 (GMT)
committerstanton <stanton@noemail.net>1999-08-05 01:21:08 (GMT)
commit8c2dad6c29e0a26ae65f36fffc8b43ac3ad955ac (patch)
treedf8da3970a4f5d66212286f5e5e7fe63d05fc98d /tests
parent855f18ea6941c8b4d73ce0e9311855a1e74b1694 (diff)
downloadtcl-8c2dad6c29e0a26ae65f36fffc8b43ac3ad955ac.zip
tcl-8c2dad6c29e0a26ae65f36fffc8b43ac3ad955ac.tar.gz
tcl-8c2dad6c29e0a26ae65f36fffc8b43ac3ad955ac.tar.bz2
* tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's
patch. FossilOrigin-Name: af33e52d36c86a3eb08e0e8ccf420785c5198055
Diffstat (limited to 'tests')
-rw-r--r--tests/reg.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/reg.test b/tests/reg.test
index 3487f1d..027ab75 100644
--- a/tests/reg.test
+++ b/tests/reg.test
@@ -6,7 +6,7 @@
#
# Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
#
-# RCS: @(#) $Id: reg.test,v 1.9 1999/07/08 23:17:56 stanton Exp $
+# RCS: @(#) $Id: reg.test,v 1.10 1999/08/05 01:21:09 stanton Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -927,6 +927,7 @@ i 10 ?P abc+? xyabc {2 4} {5 4}
i 11 ?P abc+? xyabcc {2 4} {6 5}
i 12 ?P abc+? xyabcd {2 4} {6 5}
i 13 ? abcd|bc xyabc {3 4} {2 4}
+i 14 ? abc+ xyabcdd {2 4} {7 6}