aboutsummaryrefslogtreecommitdiffstats
path: root/tests/numfmt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2026-01-01maint: run 'make update-copyright'Collin Funk2-2/+2
2025-12-22numfmt: fix dropped custom suffix when failing to parsePádraig Brady1-0/+4
* src/numfmt.c (process_suffixed_number): Restore custom suffix upon failure to parse number. * tests/numfmt/numfmt.pl: Add test cases. * NEWS: Mention the bug fix. Fixes https://bugs.debian.org/1094581
2025-10-20tests: numfmt: add non-utf8 multi-byte testPádraig Brady2-0/+1311
* tests/numfmt/mb-non-utf8.sh: Test GB18030 delimiter search. * tests/local.mk: Reference the new test, and move the existing numfmt.pl test from tests/misc to tests/numfmt.