aboutsummaryrefslogtreecommitdiff
path: root/testsuite/paste/paste-short-long (follow)
Commit message (Collapse)AuthorAgeFilesLines
* paste: fix output when file lengths differRon Yorston2025-11-101-0/+19
If the files being pasted had different numbers of lines the output was incorrect. Rewrite the loop over all lines to allow for this. Add tests for such conditions. Adds 64-80 bytes. (GitHub issue #542)