Docx writer tests: Add tests for custom styles

This commit is contained in:
Jesse Rosenthal 2018-01-27 11:46:41 -05:00
parent a66bfd9071
commit ebcd04f57a
4 changed files with 10 additions and 0 deletions

View file

@ -144,4 +144,14 @@ tests = [ testGroup "inlines"
"docx/comments.native"
"docx/golden/comments.docx"
]
, testGroup "custom styles"
[ docxTest "custom styles without reference.docx"
def
"docx/custom_style.native"
"docx/golden/custom_style_no_reference.docx"
, docxTest "custom styles without reference.docx"
def{writerReferenceDoc = Just "docx/custom-style-reference.docx"}
"docx/custom_style.native"
"docx/golden/custom_style_reference.docx"
]
]

Binary file not shown.

Binary file not shown.