projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e09294f
)
Forgot from #14115.
Jarkko Hietaniemi [Mon, 7 Jan 2002 13:49:17 +0000 (13:49 +0000)]
p4raw-id: //depot/perl@14116
t/op/re_tests
patch
|
blob
|
blame
|
history
diff --git
a/t/op/re_tests
b/t/op/re_tests
index
3d939a6
..
1555610
100644
(file)
--- a/
t/op/re_tests
+++ b/
t/op/re_tests
@@
-797,3
+797,4
@@
ab(?i)cd abCd y - -
(A|B)*?(?(1)(CD)|(CD)) CD y $2-$3 -CD # [ID 20010803.016]
(A|B)*?(?(1)(CD)|(CD)) ABCD y $2-$3 CD-
'^(o)(?!.*\1)'i Oo n - -
+(.*)\d+\1 abc12bc y $1 bc