perl 5.002gamma: lib/ExtUtils/MakeMaker.pm
[p5sagit/p5-mst-13.2.git] / t / re_tests
1 a.+?c   abcabc  y       $&      abc
2 (a+|b)* ab      y       $&-$1   ab-b
3 (a+|b){0,}      ab      y       $&-$1   ab-b