aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fold (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-21tests: avoid false failure on older Linux kernelsPádraig Brady1-1/+3
2025-09-20tests: fold: avoid false failures on Solaris 10Pádraig Brady3-3/+8
2025-09-20tests: avoid false failure on CentOS 5,6,7Pádraig Brady1-1/+1
2025-09-17tests: fix issues with fold-characters.sh testPádraig Brady1-6/+0
2025-09-16fold: fix write error checks with invalid multi-byte inputPádraig Brady1-3/+8
2025-09-16tests: fold/fold-zero-width.sh: avoid false failure with ENOSPCPádraig Brady1-5/+6
2025-09-15fold: fix out of bounds write with zero width charactersCollin Funk1-0/+55
2025-09-04tests: fold: check if multi-byte spaces are treated as blankCollin Funk1-13/+26
2025-08-28fold: fix handling of invalid multi-byte charactersCollin Funk1-0/+11
2025-08-27tests: fold: add tests for multi-byte widthPádraig Brady1-0/+22
2025-08-27tests: fold: copy i18n patch testsPádraig Brady1-1/+33
2025-08-27tests: parameterize IO_BUFSIZEPádraig Brady1-1/+4
2025-08-26fold: don't truncate multibyte characters at the end of the bufferCollin Funk1-0/+19
2025-08-26tests: fold: consolidate all fold tests in tests/foldPádraig Brady2-1/+52
2025-08-26tests: fold: add a memory constraint testPádraig Brady1-0/+6
2025-08-22fold: add the --characters optionCollin Funk3-0/+143