diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-02-12 17:26:37 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-02-12 17:26:37 -0500 |
commit | 332e2ba5b6ec2be880f082bb0fd746108b45799d (patch) | |
tree | d9180fc87010113166937b6d0aaf0855059cd412 /test/Tests | |
parent | 8552e188cdac82ad6810a9b58450671fc4ceca18 (diff) | |
download | pandoc-332e2ba5b6ec2be880f082bb0fd746108b45799d.tar.gz |
Docx reader: Add test for reading sdts in footnotes.
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Readers/Docx.hs | 4 |
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" |