diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-08-30 15:34:40 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-08-30 15:34:40 -0400 |
commit | 4eb9769a4c1904345239f5bf9b62b42802cbb9cd (patch) | |
tree | 17dfaeedbe5e5c26d336f08264afe7170a37c162 /tests/Tests | |
parent | c3f60e972cd52e136ace4f5bd8f46e40459509a5 (diff) | |
download | pandoc-4eb9769a4c1904345239f5bf9b62b42802cbb9cd.tar.gz |
Dokuwiki writer: Add a test for multiblock table cells.
We have to add a new file, because the original table tests don't look
for this.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 256855a1d..8a256b761 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -128,6 +128,8 @@ tests = [ testGroup "markdown" [ testGroup "writer" $ writerTests "dokuwiki" , test "inline_formatting" ["-r", "native", "-w", "dokuwiki", "-s"] "dokuwiki_inline_formatting.native" "dokuwiki_inline_formatting.dokuwiki" + , test "multiblock table" ["-r", "native", "-w", "dokuwiki", "-s"] + "dokuwiki_multiblock_table.native" "dokuwiki_multiblock_table.dokuwiki" ] , testGroup "opml" [ test "basic" ["-r", "native", "-w", "opml", "--columns=78", "-s"] |