From: Jarkko Hietaniemi Date: Mon, 21 Aug 2000 18:30:56 +0000 (+0000) Subject: Use PodParser 1.18 new test. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a523ae08453295a34aa037a4aa24b1e5083a323;hp=39a52d2cf5d981eb05a120d82dd92cfdc59c5e74;p=p5sagit%2Fp5-mst-13.2.git Use PodParser 1.18 new test. p4raw-id: //depot/perl@6755 --- diff --git a/t/pod/special_seqs.t b/t/pod/special_seqs.t index 1f229c2..ecd99ec 100755 --- a/t/pod/special_seqs.t +++ b/t/pod/special_seqs.t @@ -40,4 +40,7 @@ So things like C<<$self->method()>> and C<<$self->{FIELDNAME}>> wont end up doing what you might expect since the first > will still terminate the first < seen. +Lets make sure these work for empty ones too, like C<< >> and C<< >> >> +(just to be obnoxious) + =cut diff --git a/t/pod/special_seqs.xr b/t/pod/special_seqs.xr index a07f4cf..a8c715a 100644 --- a/t/pod/special_seqs.xr +++ b/t/pod/special_seqs.xr @@ -20,3 +20,6 @@ up doing what you might expect since the first > will still terminate the first < seen. + Lets make sure these work for empty ones too, like and `>>' (just to be + obnoxious) +