diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-12-14 13:45:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-14 13:45:23 -0700 |
| commit | 3361f85f8ea2d153d6f5457cbae511e33a09e994 (patch) | |
| tree | 82983c6dc069f0406e346ebdc8bca7559a8ecb07 /test/test-pandoc.hs | |
| parent | 7888f49342d205973004c8d3e642b0d5d2f92e1a (diff) | |
| parent | fa0241592c0341c85246e94b5a0342ef3a301755 (diff) | |
| download | pandoc-3361f85f8ea2d153d6f5457cbae511e33a09e994.tar.gz | |
Merge pull request #4148 from stencila/jats-figures
fig, table-wrap & caption Divs for JATS writer
Diffstat (limited to 'test/test-pandoc.hs')
| -rw-r--r-- | test/test-pandoc.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-pandoc.hs b/test/test-pandoc.hs index e1ce1bc70..123434411 100644 --- a/test/test-pandoc.hs +++ b/test/test-pandoc.hs @@ -25,6 +25,7 @@ import qualified Tests.Writers.Docbook import qualified Tests.Writers.Docx import qualified Tests.Writers.FB2 import qualified Tests.Writers.HTML +import qualified Tests.Writers.JATS import qualified Tests.Writers.LaTeX import qualified Tests.Writers.Markdown import qualified Tests.Writers.Muse @@ -44,6 +45,7 @@ tests = testGroup "pandoc tests" [ Tests.Command.tests , testGroup "ConTeXt" Tests.Writers.ConTeXt.tests , testGroup "LaTeX" Tests.Writers.LaTeX.tests , testGroup "HTML" Tests.Writers.HTML.tests + , testGroup "JATS" Tests.Writers.JATS.tests , testGroup "Docbook" Tests.Writers.Docbook.tests , testGroup "Markdown" Tests.Writers.Markdown.tests , testGroup "Org" Tests.Writers.Org.tests |
