projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0351913
)
Regex tests from Chicheng Zhang. (Already fixed.)
Jarkko Hietaniemi [Thu, 22 Mar 2001 06:06:44 +0000 (06:06 +0000)]
p4raw-id: //depot/perl@9291
t/op/re_tests
patch
|
blob
|
blame
|
history
diff --git
a/t/op/re_tests
b/t/op/re_tests
index
6477d67
..
6406fcd
100644
(file)
--- a/
t/op/re_tests
+++ b/
t/op/re_tests
@@
-784,3
+784,6
@@
tt+$ xxxtt y - -
\((\w\. \w+)\) cd. (A. Tw) y -$1- -A. Tw-
((?:aaaa|bbbb)cccc)? aaaacccc y - -
((?:aaaa|bbbb)cccc)? bbbbcccc y - -
+(a)?(a)+ a y $1:$2 :a -
+(ab)?(ab)+ ab y $1:$2 :ab -
+(abc)?(abc)+ abc y $1:$2 :abc -