diff options
-rw-r--r-- | tests/Tests/Writers/Docx.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/Tests/Writers/Docx.hs b/tests/Tests/Writers/Docx.hs index a22daadb8..80ce0014d 100644 --- a/tests/Tests/Writers/Docx.hs +++ b/tests/Tests/Writers/Docx.hs @@ -103,12 +103,12 @@ tests = [ testGroup "inlines" "hanging indents" "docx/hanging_indent.native" -- tables headers do not survive round-trip, should look into that - -- , testCompare - -- "tables" - -- "docx/tables.native" - -- , testCompare - -- "tables with lists in cells" - -- "docx/table_with_list_cell.native" + , testCompare + "tables" + "docx/tables.native" + , testCompare + "tables with lists in cells" + "docx/table_with_list_cell.native" , testCompare "code block" "docx/codeblock.native" |