summaryrefslogtreecommitdiffstats
path: root/tests/expected/column
Commit message (Collapse)AuthorAgeFilesLines
* tests: add tests for new column featuresKarel Zak2017-05-028-0/+348
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add column(1) table testKarel Zak2017-05-024-0/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add column(1) columnate testKarel Zak2017-05-028-4/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* column: inform user when multibyte conversion error occursSami Kerola2014-05-071-0/+1
| | | | | | | | | The column(1) read input until conversion error, and used incomplete input when outputing, that made at least me to wonder where the rest disappeared without explanation. IMHO it is better to fail immediately rather than do only half of the task. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: test column(1) with multiple input filesKarel Zak2011-05-261-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add column testsSami Kerola2011-05-192-0/+14
Very basic regression tests for the column(1) command. http://permalink.gmane.org/gmane.linux.utilities.util-linux-ng/4066 Signed-off-by: Sami Kerola <kerolasa@iki.fi>