diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-23 08:05:07 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-23 08:05:07 +0000 |
commit | 2d2ba3a2583da4a208ce660f91ef7266d75d6564 (patch) | |
tree | c08c671ae3a66b5f9e2c8dc109a7f9983a8d65d5 /t/op/re_tests | |
parent | 97924d37cbf9d3e5e820a8e852190a2b7242228e (diff) | |
parent | a3ee43e0442eeba720272d28c861c999ce1d759e (diff) | |
download | perl-2d2ba3a2583da4a208ce660f91ef7266d75d6564.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@7830
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 102157c842..8aa6933d46 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -779,3 +779,5 @@ tt+$ xxxtt y - - ^(a\1?){4}$ aaaaaa y $1 aa ^(0+)?(?:x(1))? x1 y - - ^([0-9a-fA-F]+)(?:x([0-9a-fA-F]+)?)(?:x([0-9a-fA-F]+))? 012cxx0190 y - - +^(b+?|a){1,2}c bbbac y $1 a +^(b+?|a){1,2}c bbbbac y $1 a |