From e6ff7f79861d3088f8cba2b22d86d9f75db73f6a Mon Sep 17 00:00:00 2001 From: danse Date: Mon, 12 Feb 2018 17:10:29 +0100 Subject: Docx reader: Pick table width from the longest row or header This change is intended to preserve as much of the table content as possible Closes #4360 --- test/Tests/Readers/Docx.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Tests/Readers/Docx.hs') diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index 89a605bf7..9c9a8179b 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -272,6 +272,10 @@ tests = [ testGroup "inlines" "tables with one row" "docx/table_one_row.docx" "docx/table_one_row.native" + , testCompare + "tables with variable width" + "docx/table_variable_width.docx" + "docx/table_variable_width.native" , testCompare "code block" "docx/codeblock.docx" -- cgit v1.2.3