Added tests for man writer to runtests.pl.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@647 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
e252fa300a
commit
5b68993a3e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ unless (-x $script) { die "$script is not executable.\n"; }
|
|||
|
||||
print "Writer tests:\n";
|
||||
|
||||
my @writeformats = ("html", "latex", "rst", "rtf", "markdown", "native"); # s5 separately
|
||||
my @writeformats = ("html", "latex", "rst", "rtf", "markdown", "man", "native"); # docbook and s5 handled separately
|
||||
my @readformats = ("latex", "native"); # handle html,markdown & rst separately
|
||||
my $source = "testsuite.native";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue