enable simple end2end test for pandoc2html

avi/pandocjll
Shuhei Kadowaki 2020-06-14 23:36:55 +09:00
parent 041aafc785
commit 24d7dcfded
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ using Weave.Dates
test_doctypes = filter(first.(Weave.list_out_formats())) do doctype
# don't test doctypes which need external programs
doctype ("pandoc2html", "pandoc2pdf", "md2pdf")
# don't test doctypes which need LaTeX to be installed
doctype ("pandoc2pdf", "md2pdf")
end
function test_func(body)