diff options
author | Hugo van der Sanden <hv@crypt.org> | 2001-02-13 00:11:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-13 01:49:35 +0000 |
commit | f49d4d0f1aad3e3c7e34453d2bac9954bf237486 (patch) | |
tree | bc2f25595fdb4f75396b587025d8faabb23dad8a /t/op/re_tests | |
parent | fc9c74e6dee56e6598e1d19f25036ff340d46893 (diff) | |
download | perl-f49d4d0f1aad3e3c7e34453d2bac9954bf237486.tar.gz |
Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
p4raw-id: //depot/perl@8779
Diffstat (limited to 't/op/re_tests')
-rw-r--r-- | t/op/re_tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests index 1090e112b9..6477d6733d 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -782,3 +782,5 @@ tt+$ xxxtt y - - ^(b+?|a){1,2}c bbbac y $1 a ^(b+?|a){1,2}c bbbbac y $1 a \((\w\. \w+)\) cd. (A. Tw) y -$1- -A. Tw- +((?:aaaa|bbbb)cccc)? aaaacccc y - - +((?:aaaa|bbbb)cccc)? bbbbcccc y - - |