use warnings; use strict; require 't/LintTest.pl'; checkit( [ [ 'text-use-entity' => qr/Invalid character \\x0B should be written as /i ], [ 'text-use-entity' => qr/Invalid character \\xF1 should be written as ñ/i ], ], [] ); __DATA__ Test stuff Here's a non-entityable char [ ].

We'll get to it maņana, which should really have an ñ.