Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | pptx: Fix capitalisation of notesMasterId | Emily Bourke | 1 | -0/+0 | |
I don’t think this has caused any problems, but before now it’s been "NotesMasterId", which is incorrect according to [ECMA-376]. [ECMA-376]: https://www.ecma-international.org/publications-and-standards/standards/ecma-376/ | |||||
2021-09-01 | pptx: Restructure tests | Emily Bourke | 1 | -0/+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) |