From: Hans Dieter Pearcey Date: Thu, 5 Jun 2008 12:38:38 +0000 (-0400) Subject: incorrectly failing test in lib/Pod/t/text.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fe752ba88a3dfae73668a35e6a5d83886399dee;p=p5sagit%2Fp5-mst-13.2.git incorrectly failing test in lib/Pod/t/text.t Message-ID: <20080605163838.GA25576@glaive.weftsoar.net> p4raw-id: //depot/perl@34004 --- diff --git a/lib/Pod/t/text.t b/lib/Pod/t/text.t index a66f569..05d445a 100644 --- a/lib/Pod/t/text.t +++ b/lib/Pod/t/text.t @@ -57,8 +57,6 @@ while () { } if ($output eq $expected) { print "ok $n\n"; - } elsif ($n == 4 && $Pod::Simple::VERSION < 3.08) { - print "ok $n # skip Pod::Simple S<> parsing bug\n"; } else { print "not ok $n\n"; print "Expected\n========\n$expected\nOutput\n======\n$output\n"; @@ -99,5 +97,6 @@ This is some S< > whitespace. ### Test of S<> This is some whitespace. + ### ==