aboutsummaryrefslogtreecommitdiff
path: root/testsuite/xxd.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xxd: add two more testcasesDenys Vlasenko2022-08-221-2/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko2022-08-221-0/+9
| | | | | | | function old new delta xxd_main 888 1076 +188 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* xxd: fix -p -r, closes 13881Denys Vlasenko2021-10-081-0/+6
| | | | | | | function old new delta xxd_main 893 890 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-0/+34
function old new delta bb_dump_dump 1497 1523 +26 xxd_main 459 466 +7 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 33/0) Total: 33 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>