[Petal] Petal::Parser::HTB 1.03

Jean-Michel Hiver jhiver at mkdoc.com
Mon Mar 15 16:09:22 GMT 2004


I have updated the test t/041_Entities.t in Petal::Parser::HTB as follows:

    like ($string, qr/\x{00a9}/ => 'Copyright');
    like ($string, qr/\x{00ae}/ => 'Registered');
    like ($string, qr/\x{00a0}/ => 'NBSP');

If this test passes on your system, the ' ' issue _should_ be no 
more - at least with a recent version of Perl.

Tested with Perl 5.8.3 with the latest HTML::Tree distro under Fedora 
Core 1.

Cheers,
Jean-Michel.




More information about the Petal mailing list