diff options
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 25fde29b9..e5bbabadf 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -186,6 +186,10 @@ tests = [ testGroup "document" "docx/trailing_spaces_in_formatting.docx" "docx/trailing_spaces_in_formatting.native" , testCompare + "remove trailing spaces from last inline" + "docx/trim_last_inline.docx" + "docx/trim_last_inline.native" + , testCompare "inline code (with VerbatimChar style)" "docx/inline_code.docx" "docx/inline_code.native" |