diff options
Diffstat (limited to 't/foo')
-rwxr-xr-x | t/foo | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!./perl + +$_ = 'aaabbbccc'; +if (/(a+b+c+)/ && $1 eq 'aaabbbccc') { + print "ok 14\n"; +} else { + print "not ok 14\n"; +} |
index : delta/perl.git | ||
github.com: perl/perl5.git |
summaryrefslogtreecommitdiff |