NAME
HTML::Lint::Test - test harness for weblint tests
SYNOPSIS
use HTML::Lint::Test qw(run_tests);
run_tests();
exit 0;
__END__
... test data ...
DESCRIPTION
HTML::Lint::Test is a module which provides the test harness for the testsuites which are included in the weblint distribution. This provides a simple format for tests, as described in the section "TEST FORMAT" below.
TEST FORMAT
Test data is provided in the DATA section of the test script; this is everything after the magic __END__ symbol.
SEE ALSO
AUTHOR
Andy Lester <andy@petdance.com>
COPYRIGHT
Copyright (c) Andy Lester 2001. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.