diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-27 10:01:45 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-27 10:03:00 -0500 |
commit | d71165c8e2b348ee65c8d92d6ca5f8a24b1cfa92 (patch) | |
tree | 17d7af1101a343e1910429b6791240ab3e740040 /test/Tests/Readers | |
parent | dc3ee500a0447dc258ae5b49cf5907cba0d407aa (diff) | |
download | pandoc-d71165c8e2b348ee65c8d92d6ca5f8a24b1cfa92.tar.gz |
Docx reader: add tests for structured document tags unwrapping.
Diffstat (limited to 'test/Tests/Readers')
-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 6d91c36ae..5710a388f 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -171,6 +171,10 @@ tests = [ testGroup "inlines" "inline code in subscript and superscript" "docx/verbatim_subsuper.docx" "docx/verbatim_subsuper.native" + , testCompare + "inlines inside of Structured Document Tags" + "docx/sdt_elements.docx" + "docx/sdt_elements.native" ] , testGroup "blocks" [ testCompare |