[EMAIL PROTECTED] writes:
> On Tue, 29 May 2001, Gisle Aas wrote:
>
> >
> > Could you try to debug the test script?
> >
> > For instance uncomment the "print $FILTERED;" statement and run it
> > manually:
> >
> > perl -Mblib t/filter.t
> >
> output is as follows:
>
> DCarter@DCARTER ~/.cpan/build/HTML-Parser-3.25
> $ perl -Mblib t/filter.t
> Using /home/DCarter/.cpan/build/HTML-Parser-3.25/blib
> 1..2
> <!DOCTYPE HTML>
> <!-- comment
> <h1>Foo</h1>
> -->
>
> <H1
> >Bar</H1
> >
>
> <Table><tr><td>1<td>2<td>3
> <tr>
> </table>
>
> <?process>
>
> not ok 1
Thanks. Looks like it should match.
Is there actually a new-line missing before <!DOCTYPE>?
Can you try to figure out what is actually different from what is in
$HTML variable?
Is there some special binmode() issues on cygwin?
Regards,
Gisle