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