aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/Docx.hs
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2015-03-08 03:59:48 +0300
committerNikolay Yakimov <root@livid.pp.ru>2015-03-08 03:59:48 +0300
commita82dedf1ff1b6fe345640843dad653386a8f9bc7 (patch)
tree98b61585c294ff5bf229d685e3e33e22600d1200 /tests/Tests/Writers/Docx.hs
parentae07d5ed490b1d2f8cbb943a8d876a798d57f470 (diff)
downloadpandoc-a82dedf1ff1b6fe345640843dad653386a8f9bc7.tar.gz
Lists test
Diffstat (limited to 'tests/Tests/Writers/Docx.hs')
-rw-r--r--tests/Tests/Writers/Docx.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Tests/Writers/Docx.hs b/tests/Tests/Writers/Docx.hs
index 4a199755d..a22daadb8 100644
--- a/tests/Tests/Writers/Docx.hs
+++ b/tests/Tests/Writers/Docx.hs
@@ -83,10 +83,10 @@ tests = [ testGroup "inlines"
, testCompare
"i18n blocks (headers and blockquotes)"
"docx/i18n_blocks.native"
- -- some level problems, look into that
- -- , testCompare
- -- "lists"
- -- "docx/lists.native"
+ -- Continuation does not survive round-trip
+ , testCompare
+ "lists"
+ "docx/lists_writer.native"
, testCompare
"definition lists"
"docx/definition_list.native"