1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 02:31:02 +00:00
uutils-coreutils/test
kwantam feee266b20 fix/rewrite unexpand and its tests
This is a reworked version of unexpand. I did this for two main
reasons:

1. The previous version of unexpand had issues correctly computing
   tabstops when the `-a` flag was supplied.

2. The previous version assumed the input was UTF-8. This version works
   with non-UTF-8 inputs.

3. This version has a new flag, -U, which forces unexpand to
   treat input as 8-bit ASCII rather than interpreting it
   as UTF-8. This might be handy in some cases.
2015-04-29 01:09:27 -04:00
..
fixtures Merge pull request #420 from skv-headless/move_util 2014-10-19 11:50:15 -07:00
cat.rs update cat, cat tests to new API 2015-04-25 03:28:06 -04:00
cp.rs std::io -> std::old_io 2015-01-29 08:45:37 +01:00
mkdir.rs std::io -> std::old_io 2015-01-29 08:45:37 +01:00
mv.rs write -> write_all 2015-01-29 08:47:43 +01:00
nl.rs write -> write_all 2015-01-29 08:47:43 +01:00
seq.rs std::io -> std::old_io 2015-01-29 08:45:37 +01:00
sort.rs std::io -> std::old_io 2015-01-29 08:45:37 +01:00
test.rs std::io -> std::old_io 2015-01-29 08:45:37 +01:00
tr.rs std::io -> std::old_io 2015-01-29 08:45:37 +01:00
truncate.rs write -> write_all 2015-01-29 08:47:43 +01:00
unexpand.rs fix/rewrite unexpand and its tests 2015-04-29 01:09:27 -04:00