8 plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS};
10 plan(skip_all => "XML::Parser not available")
11 unless eval q{use XML::Parser (); 1;};
15 ok(system("make >/dev/null") == 0);
17 chdir("html") || die "chdir: $!";
23 return if $file !~ m/\.html$/;
25 XML::Parser->new()->parsefile($file);
30 elsif ($file =~ m{^(?:
31 # user-contributed, contains explicit <br>
32 plugins/contrib/gallery |
33 # use templatebody when branchable.com has been upgraded
35 # malformed content in <pre> not escaped by discount
36 tips/convert_mediawiki_to_ikiwiki
37 # user-contributed, content is anyone's guess