aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-03-13 22:12:55 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-03-13 22:16:54 -0400
commit85a65c6a513421b373bbf23d81f53a16d62aa013 (patch)
tree49c8b80fdfacaa2cbac5b906045fd8c1ff8824e3 /test/Tests/Readers/Docx.hs
parentb3fe95d7219c27233792361e4e423123cdf6a256 (diff)
downloadpandoc-85a65c6a513421b373bbf23d81f53a16d62aa013.tar.gz
Docx reader: add tests for nested smart tags.
Diffstat (limited to 'test/Tests/Readers/Docx.hs')
-rw-r--r--test/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs
index 0ba765c93..9bbe85cba 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -183,6 +183,10 @@ tests = [ testGroup "inlines"
"docx/nested_sdt.docx"
"docx/nested_sdt.native"
, testCompare
+ "nested Smart Tags"
+ "docx/nested_smart_tags.docx"
+ "docx/nested_smart_tags.native"
+ , testCompare
"remove anchor spans with nothing pointing to them"
"docx/unused_anchors.docx"
"docx/unused_anchors.native"