summaryrefslogtreecommitdiffstats
path: root/tests/reg.test
diff options
context:
space:
mode:
authorstanton <stanton>1999-08-05 01:21:09 (GMT)
committerstanton <stanton>1999-08-05 01:21:09 (GMT)
commitcda7ffb973ff484284cff45a5f820e86e95dd7e3 (patch)
treedf8da3970a4f5d66212286f5e5e7fe63d05fc98d /tests/reg.test
parent144c26987f8a6f6285efd2f4e878e844b9c13d33 (diff)
downloadtcl-cda7ffb973ff484284cff45a5f820e86e95dd7e3.zip
tcl-cda7ffb973ff484284cff45a5f820e86e95dd7e3.tar.gz
tcl-cda7ffb973ff484284cff45a5f820e86e95dd7e3.tar.bz2
* tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's
patch.
Diffstat (limited to 'tests/reg.test')
-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}