aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-12-21 03:04:54 +0100
committerGitHub <noreply@github.com>2020-12-20 18:04:54 -0800
commit8f402beab922646d4c428b40a75fe4d140ab5e9e (patch)
treed805b8eabfe6a54c89ed90223f44b5535a1630bd /test/Tests/Old.hs
parent7e98562c04be19f533bc806a8525fe203d1ede58 (diff)
downloadpandoc-8f402beab922646d4c428b40a75fe4d140ab5e9e.tar.gz
LaTeX writer: support colspans and rowspans in tables. (#6950)
Note that the multirow package is needed for rowspans. It is included in the latex template under a variable, so that it won't be used unless needed for a table.
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index aca2d05d0..cf0396d0a 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -58,7 +58,7 @@ tests pandocPath =
]
, testGroup "latex"
[ testGroup "writer"
- (writerTests' "latex" ++ lhsWriterTests' "latex")
+ (extWriterTests' "latex" ++ lhsWriterTests' "latex")
, testGroup "reader"
[ test' "basic" ["-r", "latex+raw_tex", "-w", "native", "-s"]
"latex-reader.latex" "latex-reader.native"