From 9654514e8a8f18eed4a9a5a3ef2b14d3be4e3187 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Sat, 21 Feb 2015 08:44:13 -0500 Subject: Docx reader: add test for verbatim in sub/superscript. --- tests/Tests/Readers/Docx.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Tests/Readers') 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 -- cgit v1.2.3