aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/OOXML.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane1-3/+3
2021-10-02Fix compareXML helper in Tests.Writers.OOXML.John MacFarlane1-6/+6
2021-08-17OOXML tests: silence warnings.John MacFarlane1-0/+1
2021-08-17Don’t compare cdLine in OOXML golden testsEmily Bourke1-1/+0
2021-08-17Provide more detailed XML diff in testsEmily Bourke1-21/+51
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane1-1/+3
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-1/+2
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-02-27Powerpoint writer: use `trim` from SharedJesse Rosenthal1-2/+0
2018-01-25Tests: Abstract powerpoint tests out to OOXML tests.Jesse Rosenthal1-0/+186