diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-02-21 08:44:13 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-02-21 08:45:38 -0500 |
commit | 9654514e8a8f18eed4a9a5a3ef2b14d3be4e3187 (patch) | |
tree | a11455b527e447e21c830bc8f9d4cd108d13420c /tests/Tests | |
parent | 55d2ce751a8fefc3e07aa5d703ca77dd2df2c8c7 (diff) | |
download | pandoc-9654514e8a8f18eed4a9a5a3ef2b14d3be4e3187.tar.gz |
Docx reader: add test for verbatim in sub/superscript.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 4 |
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 |