diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-02-03 21:06:48 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-03 21:06:48 -0800 |
| commit | 9625e17e86dab26e0ef8dc47eebcb83249c4b220 (patch) | |
| tree | 51a55198a9dc751df6811e222a164021632b0c30 /test/Tests | |
| parent | 40868732818d72f26fd5b8715f67f22f36ae6b23 (diff) | |
Add zotero citation test with docx-citations.
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Readers/Docx.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index be5b89b88..6c873dd5a 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -370,6 +370,12 @@ tests = [ testGroup "document" "docx/drop_cap.docx" "docx/drop_cap.native" ] + , testGroup "citations" + [ testCompare + "zotero with -citations" + "docx/zotero_citations.docx" + "docx/zotero_citations_minus.native" + ] , testGroup "track changes" [ testCompare "insertion (default)" |
