The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use warnings;
use strict;

use lib 't/';
use Util;


# We used to have attr-invalid-entity if the entities had an invalid value, but we no longer do.

checkit( [
], [<DATA>] );

__DATA__
<HTML>
    <HEAD>
        <TITLE>Test stuff</TITLE>
    </HEAD>
    <BODY BGCOLOR="Testing invalid entity &#8675309;">
    <p style="color: &#xdeadbeef;"></p>
    </BODY>
</HTML>