Adrian M. Enache [Sun, 2 Mar 2003 10:11:27 +0000 (12:11 +0200)]
Message-ID: <
20030302081127.GA10782@ratsnest.hole>
p4raw-id: //depot/perl@18805
}
}
s = rx->endp[0] + orig;
+ PUTBACK;
}
}
$| = 1;
-print "1..993\n";
+print "1..994\n";
BEGIN {
chdir 't' if -d 't';
ok("\x{2019}" =~ /\S/, "Markus Kuhn 2003-02-26");
}
-# last test 993
+{
+ my $i;
+ ok('-1-3-5-' eq join('', split /((??{$i++}))/, '-1-3-5-'),
+ "[perl #21411] (??{ .. }) corrupts split's stack")
+}
+
+# last test 994