aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/speaker_notes_afterseps.native
AgeCommit message (Collapse)AuthorFilesLines
2021-09-01pptx: Restructure testsEmily Bourke1-63/+0
- Use dashes consistently rather than underscores - Make a folder for each set of tests - List test files explicitly (Cabal doesn’t support ** until version 2.4)
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc1-17/+17
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-35/+43
- Writers.Native is now adapted to the new Table type. - Inline captions should now be conditionally wrapped in a Plain, not a Para block. - The toLegacyTable function now lives in Writers.Shared.
2020-04-15Implement the new Table typedespresc1-17/+39
2018-03-21Powerpoint writer: add tests for improved speaker notes.Jesse Rosenthal1-0/+33
Tests speaker notes appearing after (and inside of) separating blocks. Output checked on Windows10 (archlinux virtualbox), PowerPoint 2013. Not corrupted, and output as expected.