use warnings; use strict; require 't/LintTest.pl'; my @files = get_paragraphed_files(); checkit( [ [ 'elem-unopened' => qr/<\/p> with no opening
/i ],
[ 'elem-unclosed' => qr/ at \(6:5\) is never closed/i ],
[ 'elem-unclosed' => qr/ at \(7:5\) is never closed/i ],
[ 'elem-unopened' => qr/<\/b> with no opening /i ],
], @files );
__DATA__
This is my paragraph
This is another paragraph
This is my paragraph