summaryrefslogtreecommitdiff
path: root/tests/breaks/sixteen.expected
Commit message (Collapse)AuthorAgeFilesLines
* break: Fix hyphen conditionMatthias Clasen2021-11-221-2/+2
| | | | | | | When looking at scripts, we want to look at the script of the *previous* character. And then we need to exclude SHY from the common script.
* 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
* break: Follow mandatory rules more strictlyMatthias Clasen2021-08-261-7/+7
| | | | | | | | We were not putting a line break at the end of the text, in cases where a paragraph ends with a newline. Enforce this in all break apis. Update affected tests.
* Add some new tests for hyphenshyphen-log-attrMatthias Clasen2021-08-251-0/+7