diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-27 08:00:25 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-27 08:09:01 -0500 |
commit | a66bfd9071a73436dbd8be41eea00d9a50dc81ae (patch) | |
tree | 79ad6d79f0a78e6f5ba676041083f28f4a7fed3e | |
parent | b3449a84aa19edd3b31e2f49fddb924b54d99df6 (diff) | |
download | pandoc-a66bfd9071a73436dbd8be41eea00d9a50dc81ae.tar.gz |
Add docx golden tests to cabal file.
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 65e6f9efe..02bfd6877 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -299,6 +299,7 @@ extra-source-files: test/fb2/test-small.png test/fb2/test.jpg test/docx/*.docx + test/docx/golden/*.docx test/docx/*.native test/epub/*.epub test/epub/*.native |