aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Docx.hs
AgeCommit message (Expand)Author
2026-01-07Fix docx writer: skip directory entries when building media overrides (#11379)You Jiangbin
2024-07-27Docx writer: fix regression with nested lists.John MacFarlane
2024-06-04Docx writer: better formatting for task lists.John MacFarlane
2023-05-09Rename test/docx/block_quotes_parse_indent.native for consistencyStephan Meijer
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane
2021-05-28Docx reader: Read table column widths.Emily Bourke
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-27Docx writer tests: correct test name.Jesse Rosenthal
2018-01-27Docx writer tests: Add tests for custom stylesJesse Rosenthal
2018-01-27Docx writer tests: Use new golden frameworkJesse Rosenthal
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-08-10Fixed writer tests not to use writerUserDataDir.John MacFarlane
2017-07-15Fix docx writer test for ghc 8.2.1.John MacFarlane
2017-07-15Rearrange docx writer roundtrip test.John MacFarlane
2017-07-14Refactored compareOutput in docx writer testJohn MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane