diff options
Diffstat (limited to 'tests/reg.test')
-rw-r--r-- | tests/reg.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/reg.test b/tests/reg.test index 4929279..3487f1d 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.8 1999/07/01 17:36:19 jenn Exp $ +# RCS: @(#) $Id: reg.test,v 1.9 1999/07/08 23:17:56 stanton Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -940,6 +940,8 @@ m 6 &M {[0-6][1-2][0-3][0-6][1-6][0-6]} 010010 010010 # temporary REG_BOSONLY kludge m 7 s abc abcd abc f 8 s abc xabcd +# back to normal stuff +m 9 HLP {(?n)^(?![t#])\S+} "tk\n\n#\n#\nit0" it0 |