diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-02-03 21:29:04 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-03 21:29:04 -0800 |
| commit | f854e31bc80644af184426ccac6c622a36d90edf (patch) | |
| tree | 51d886728c0f15dbd9737a3c97f3a2d5fa46ebd4 /test/Tests | |
| parent | 9625e17e86dab26e0ef8dc47eebcb83249c4b220 (diff) | |
Add zoreto test with +citations.
So far, though, we still don't include the references in
the metadata.
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Readers/Docx.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index 6c873dd5a..b05ce8d3c 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -375,6 +375,11 @@ tests = [ testGroup "document" "zotero with -citations" "docx/zotero_citations.docx" "docx/zotero_citations_minus.native" + , testCompareWithOpts def{readerExtensions = + extensionsFromList [Ext_citations]} + "zotero with +citations" + "docx/zotero_citations.docx" + "docx/zotero_citations_plus.native" ] , testGroup "track changes" [ testCompare |
