Petal::Parser::HTB 1.03
Jean-Michel Hiver <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
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.