summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-17.expected
Commit message (Collapse)AuthorAgeFilesLines
* Optionally serialize outputMatthias Clasen2021-11-241-35/+0
| | | | | | | If requested, serialize lines, runs, and log attrs. This will let us use the serialization format to record not just the test inputs, but outputs as well.
* Don't replace | with hyphensMatthias Clasen2021-11-191-1/+1
| | | | | | | | | | | I went a bit overboard in #603. The vertical bar is too common, and this usage to specialized to do it by default. To enable this, we should rather make log attrs tweakable. We still replace hyphenation points with hyphens. Fixes: #630
* Refine hyphenationMatthias Clasen2021-08-251-1/+1
| | | | | | | | Replace ‧ and | with a - when we break there. Update affected test output. Fixes: #603
* tests: Add some more layout testsMatthias Clasen2021-07-071-0/+35