summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Tests/Readers/Docx.hs')
-rw-r--r--tests/Tests/Readers/Docx.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index 4d062bbc0..f34e123ed 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -122,5 +122,15 @@ tests = [ testGroup "inlines"
"docx.codeblock.native"
]
+ , testGroup "track changes"
+ [ testCompare
+ "insert insertion (insertions only)"
+ "docx.track_changes_insertion.docx"
+ "docx.track_changes_insertion_only_ins.native"
+ , testCompare
+ "skip deletion (insertions only)"
+ "docx.track_changes_deletion.docx"
+ "docx.track_changes_deletion_only_ins.native"
+ ]
]