diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-27 17:47:07 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-27 17:47:07 -0500 |
commit | de6ae29be5b0752bb9e6eb2275e39f77507a8988 (patch) | |
tree | 1e8428bfb9a0e176ea06a7c9b5ab20bae39d7f33 /test | |
parent | ebcd04f57a4693447a47891c4cf3654e023d4f13 (diff) | |
download | pandoc-de6ae29be5b0752bb9e6eb2275e39f77507a8988.tar.gz |
Docx writer tests: correct test name.
Diffstat (limited to 'test')
-rw-r--r-- | test/Tests/Writers/Docx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Writers/Docx.hs b/test/Tests/Writers/Docx.hs index c9bc42de4..3ded0aa38 100644 --- a/test/Tests/Writers/Docx.hs +++ b/test/Tests/Writers/Docx.hs @@ -149,7 +149,7 @@ tests = [ testGroup "inlines" def "docx/custom_style.native" "docx/golden/custom_style_no_reference.docx" - , docxTest "custom styles without reference.docx" + , docxTest "custom styles with reference.docx" def{writerReferenceDoc = Just "docx/custom-style-reference.docx"} "docx/custom_style.native" "docx/golden/custom_style_reference.docx" |