aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2015-02-13 09:08:07 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2015-02-13 09:08:07 -0500
commit616e211f366a5252a105f2ef6e5c7c824874ca8b (patch)
tree86b0abccc9958bd7aaec86ca9ddbd4c183fc8bfe /tests/Tests
parent24fd0ad04d2f057f0cc035bfcdfb98c07ad3072a (diff)
downloadpandoc-616e211f366a5252a105f2ef6e5c7c824874ca8b.tar.gz
Docx reader: test lists in table cells.
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index 73bfcd046..d7278b7c2 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -188,6 +188,10 @@ tests = [ testGroup "inlines"
"docx/tables.docx"
"docx/tables.native"
, testCompare
+ "tables with lists in cells"
+ "docx/table_with_list_cell.docx"
+ "docx/table_with_list_cell.native"
+ , testCompare
"code block"
"docx/codeblock.docx"
"docx/codeblock.native"