diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-02-04 10:14:21 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-04 10:14:21 -0800 |
| commit | 697aea371717f3dab5484227fcd8025bbd45c70b (patch) | |
| tree | 524e9868c0bf86dbac1b094717578aca873b92e9 /test/Tests | |
| parent | d164e5bb1d3106e81bc886fd41a849f080f03c8c (diff) | |
Add mendeley citation tests.
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 |
