summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2015-02-21 08:44:13 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2015-02-21 08:45:38 -0500
commit9654514e8a8f18eed4a9a5a3ef2b14d3be4e3187 (patch)
treea11455b527e447e21c830bc8f9d4cd108d13420c /tests/Tests/Readers/Docx.hs
parent55d2ce751a8fefc3e07aa5d703ca77dd2df2c8c7 (diff)
Docx reader: add test for verbatim in sub/superscript.
Diffstat (limited to 'tests/Tests/Readers/Docx.hs')
-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 724d2fabd..06e8a3a9c 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -145,6 +145,10 @@ tests = [ testGroup "inlines"
"inline code (with VerbatimChar style)"
"docx/inline_code.docx"
"docx/inline_code.native"
+ , testCompare
+ "inline code in subscript and superscript"
+ "docx/verbatim_subsuper.docx"
+ "docx/verbatim_subsuper.native"
]
, testGroup "blocks"
[ testCompare