summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/Docx.hs
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2015-03-08 04:42:50 +0300
committerNikolay Yakimov <root@livid.pp.ru>2015-03-08 04:42:50 +0300
commit59c4d28d8c70e3d23428897d78a3c401e30612e5 (patch)
tree0c0acb6d217b02782ec1854b9863b49f45ba54fc /tests/Tests/Writers/Docx.hs
parentc0c9b313e6109e0f390cdda1bb868e394faae21b (diff)
Docx Writer: Tables test
Diffstat (limited to 'tests/Tests/Writers/Docx.hs')
-rw-r--r--tests/Tests/Writers/Docx.hs12
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"