Help for this page

Select Code to Download


  1. or download this
    NAME
    
    runtests - Run tests through a TAPx harness.
    ...
    Options which take arguments
    
      -h,  --harness     Define test harness to use.  See TAPx::Harness.
    
  2. or download this
    #!/usr/bin/perl
    
    use Test::HTML::Lint tests => 1;
    ...
    my $html = do { local $/; <$fh> };
    
    html_ok( $html, "$file has valid HTML" );