summaryrefslogtreecommitdiff
path: root/t/op/re_tests
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2001-04-29 18:09:30 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-30 11:22:03 +0000
commit12d33761ed16a63d0b1b4afd6443ea446d40b38e (patch)
treed8a7a6306b8d417f3518ef3a5dac554e8a62d1aa /t/op/re_tests
parenta453c1697467fe606ef79b5ab7a0eafaa8e78e7a (diff)
downloadperl-12d33761ed16a63d0b1b4afd6443ea446d40b38e.tar.gz
Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk> p4raw-id: //depot/perl@9911
Diffstat (limited to 't/op/re_tests')
-rw-r--r--t/op/re_tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests
index 6406fcdd5b..3989c06f14 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -787,3 +787,4 @@ tt+$ xxxtt y - -
(a)?(a)+ a y $1:$2 :a -
(ab)?(ab)+ ab y $1:$2 :ab -
(abc)?(abc)+ abc y $1:$2 :abc -
+'b\s^'m a\nb\n n - -