summaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-02-03 21:06:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-02-03 21:06:48 -0800
commit9625e17e86dab26e0ef8dc47eebcb83249c4b220 (patch)
tree51a55198a9dc751df6811e222a164021632b0c30 /test/Tests
parent40868732818d72f26fd5b8715f67f22f36ae6b23 (diff)
Add zotero citation test with docx-citations.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/Docx.hs6
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)"