diff options
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Readers/Docx.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index b05ce8d3c..607e72f1b 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -380,6 +380,15 @@ tests = [ testGroup "document" "zotero with +citations" "docx/zotero_citations.docx" "docx/zotero_citations_plus.native" + , testCompare + "mendeley with -citations" + "docx/mendeley_citations.docx" + "docx/mendeley_citations_minus.native" + , testCompareWithOpts def{readerExtensions = + extensionsFromList [Ext_citations]} + "mendeley with +citations" + "docx/mendeley_citations.docx" + "docx/mendeley_citations_plus.native" ] , testGroup "track changes" [ testCompare |
