aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2019-02-12 17:26:37 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2019-02-12 17:26:37 -0500
commit332e2ba5b6ec2be880f082bb0fd746108b45799d (patch)
treed9180fc87010113166937b6d0aaf0855059cd412 /test/Tests/Readers/Docx.hs
parent8552e188cdac82ad6810a9b58450671fc4ceca18 (diff)
downloadpandoc-332e2ba5b6ec2be880f082bb0fd746108b45799d.tar.gz
Docx reader: Add test for reading sdts in footnotes.
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 48b9a27d0..25fde29b9 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -198,6 +198,10 @@ tests = [ testGroup "document"
"docx/sdt_elements.docx"
"docx/sdt_elements.native"
, testCompare
+ "Structured Document Tags in footnotes"
+ "docx/sdt_in_footnote.docx"
+ "docx/sdt_in_footnote.native"
+ , testCompare
"nested Structured Document Tags"
"docx/nested_sdt.docx"
"docx/nested_sdt.native"