summaryrefslogtreecommitdiff
path: root/tests/docx/custom-style-reference.docx
Commit message (Collapse)AuthorAge
* Docx writer: test for custom styles.Jesse Rosenthal2016-08-15
This just tests whether a custom style with a recognizable style (italic etc, defined in a reference.docx) will roundtrip back to that format (i.e., whether `<span custom-style="Emphasized">` will roundtrip to `Emph`). The custom styles are defined in the `custom-style-reference.docx` included in the docx dir.