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