Subject: | make test failure - t/041_Entities.t |
Hi Jean-Michel,
While reinstalling Petal::Parser::HTB after upgrading to Perl 5.8.2 on a Debian Linux system, I received the following make errors:
t/041_Entities..............NOK 2# Failed test (t/041_Entities.t at line 21)
# '<body>
# <!-- this simple test checks for HTML entities expansion -->
# Copyright: ©
# Registered: ®
# </body>'
# doesn't match '(?-xism:©)'
t/041_Entities..............NOK 3# Failed test (t/041_Entities.t at line 22)
# '<body>
# <!-- this simple test checks for HTML entities expansion -->
# Copyright: ©
# Registered: ®
# </body>'
# doesn't match '(?-xism:®)'
# Looks like you failed 2 tests of 3.
t/041_Entities..............dubious
Test returned status 2 (wstat 512, 0x200)
Looks like the test isn't properly reading the copyright symbol for my system.
William