summaryrefslogtreecommitdiffstats
path: root/tests/expand
AgeCommit message (Collapse)AuthorLines
8 daystests: expand: fix false failure on various systemsPádraig Brady-1/+2
* tests/expand/mb.sh: Use $LOCALE_FR_UTF8 rather than hardcoding "en_US.UTF-8". * tests/unexpand/mb.sh: Likewise. Reported by Bruno Haible.
11 daysexpand,unexpand: support multi-byte inputLukáš Zaoral-0/+171
* src/expand.c: Use mbbuf to support multi-byte input. * src/unexpand.c: Likewise. * tests/expand/mb.sh: New multi-byte test. * tests/unexpand/mb.sh: Likewise. * tests/local.mk: Reference new tests. * NEWS: Mention the improvement.
2026-01-01maint: run 'make update-copyright'Collin Funk-2/+2
2025-12-02maint: organize expand and unexpand tests in a subdirectoryCollin Funk-0/+191
* tests/misc/expand.pl: Move to tests/expand/expand.pl. * tests/misc/unexpand.pl: Move to tests/unexpand/unexpand.pl. * tests/local.mk (all_tests): Adjust file names.
2025-12-02tests: expand, unexpand: add a test for bounded memory operationCollin Funk-0/+36
* tests/expand/bounded-memory.sh: New file. * tests/unexpand/bounded-memory.sh: New file. * tests/local.mk (all_tests): Add the tests.