summaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Ms.hs
AgeCommit message (Collapse)Author
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann
If a line of ms code block output starts with a period (.), it should be prepended by '\&' so that it is not interpreted as a roff command. Fixes #6505