use warnings; use strict; require 't/LintTest.pl'; checkit( [ [ 'elem-unclosed' => qr/\Q at (6:5) is never closed/i ], [ 'elem-unclosed' => qr/\Q at (7:5) is never closed/i ], ], [] ); __DATA__ Test stuff

This is my paragraph

This is another paragraph