aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers
diff options
context:
space:
mode:
authorEmily Bourke <undergroundquizscene@gmail.com>2021-04-11 21:42:53 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-05-28 20:15:23 +0200
commit44484d0dee1bd095240b9faf26f8d1dad8e560ea (patch)
treed7aea87989f34d3e85b9690a91f84cf0e33a314c /test/Tests/Writers
parent4842c5fb828c3c34d816fa7bccd4656857742a0b (diff)
downloadpandoc-44484d0dee1bd095240b9faf26f8d1dad8e560ea.tar.gz
Docx reader: Read table column widths.
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r--test/Tests/Writers/Docx.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Tests/Writers/Docx.hs b/test/Tests/Writers/Docx.hs
index 2e0f1e3fb..da25b95e0 100644
--- a/test/Tests/Writers/Docx.hs
+++ b/test/Tests/Writers/Docx.hs
@@ -112,6 +112,11 @@ tests = [ testGroup "inlines"
"docx/tables.native"
"docx/golden/tables.docx"
, docxTest
+ "tables without explicit column widths"
+ def
+ "docx/tables-default-widths.native"
+ "docx/golden/tables-default-widths.docx"
+ , docxTest
"tables with lists in cells"
def
"docx/table_with_list_cell.native"