projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9051bda
)
Re: the dirty half dozen (Re: perl@15662)
Mark Kvale [Tue, 2 Apr 2002 13:57:37 +0000 (
05:57
-0800)]
Message-Id: <
02040213573702
.66352@ivy.ucsf.edu>
p4raw-id: //depot/perl@15709
t/op/re_tests
patch
|
blob
|
blame
|
history
diff --git
a/t/op/re_tests
b/t/op/re_tests
index
88f69f2
..
55bd637
100644
(file)
--- a/
t/op/re_tests
+++ b/
t/op/re_tests
@@
-833,3
+833,4
@@
ab(?i)cd abCd y - -
(.*?)(?<=c|b)c abcd y $1 ab
(.*?)(?<=[bc]) abcd y $1 ab
(.*?)(?<=[bc])c abcd y $1 ab
+2(]*)?$\1 2 y $& 2