summaryrefslogtreecommitdiffstats
path: root/regress/char/unicode/input.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244Ingo Schwarze2023-11-131-48/+48
|
* Vertical spacing changes around tables in man_term.c rev. 1.241Ingo Schwarze2022-08-281-4/+0
| | | | | and tbl_term.c rev. 1.79 cause quite a bit of churn, unfortunately. This commit cleans up most of it.
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-281-4/+0
| | | | output that are no longer printed since man_term.c rev. 1.236
* test private use areas some more as they have proven fragileIngo Schwarze2021-06-021-0/+2
|
* Cleanup:Ingo Schwarze2021-06-021-15/+17
| | | | | | | | | | 1. Move invalid two-byte sequences after valid ones and make their descriptions easier to understand. 2. Replace the wrong and confusing expression "middle byte" with the correct term "start byte". 3. Add test lines for U+EFFFF and U+F0000. 4. Replace the unhelpful word "strange" with more descriptive terms. Arguably, nothing about this (or maybe everything?) is strange.
* Implement automatic line breakingIngo Schwarze2017-06-121-1/+1
| | | | | inside individual table cells that contain text blocks. This cures overlong lines in various Xenocara manuals.
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+67
Both kristaps@ and wiz@ repeated asked for this, literally for years.