summaryrefslogtreecommitdiffstats
path: root/text.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed line continuation checks.Thomas Oltmann2022-01-071-1/+1
| | | | | | The checks for line continuation starting on an empty line, ending on an empty line, and ending on EOF were broken because of logic errors in said checks, as well as an accidental negation in is_line_blank().
* Lint line continuation and whitespace issuesMattias Andrée2022-01-011-0/+23
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix replacement character insertion for invalid UTF-8Mattias Andrée2022-01-011-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Validate UTF-8 encoding and check for long linesMattias Andrée2022-01-011-0/+143
Signed-off-by: Mattias Andrée <maandree@kth.se>