This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reg_mesg.t: Turn off regexp warns along with deprecated
[perl5.git] / t / re / qrstack.t
... / ...
CommitLineData
1#!./perl -w
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6 require './test.pl';
7}
8
9plan tests => 1;
10
11ok(defined [(1)x127,qr//,1]->[127], "qr// should extend the stack properly");