summaryrefslogtreecommitdiff
path: root/t/re_tests
blob: 2ac666ab3823308976b5296fb6276559cd6b5c8d (plain)
1
2
3
a.+?c	abcabc	y	$&	abc
(a+|b)*	ab	y	$&-$1	ab-b
(a+|b){0,}	ab	y	$&-$1	ab-b