diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-15 10:24:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-15 10:24:10 +0000 |
commit | 5159046f88984f1a00f728c838f47407a54a3f62 (patch) | |
tree | 7fe27cf72320d7e2eeca3f713a44f1a23b72a32d /tests/unexpand/basic-1 | |
parent | 0d5f220029d5a8eee3833e996d09e73a48fb3720 (diff) | |
download | coreutils-5159046f88984f1a00f728c838f47407a54a3f62.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/unexpand/basic-1')
-rwxr-xr-x | tests/unexpand/basic-1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 92c0a6cf9..f4291f7ac 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -47,6 +47,7 @@ my @Tests = ['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>"\t\t\t .\n"}], ['infloop-2', '-t', '4,5', {IN=> ' 'x4 . "\t\t \n"}, {OUT=>"\t\t\t \n"}], ['infloop-3', '-t', '2,3', {IN=> "x \t\t \n"}, {OUT=>"x\t\t\t \n"}], + ['infloop-4', '-t', '1,2', {IN=> " \t\t \n"}, {OUT=>"\t\t\t \n"}], ['c-1', '-t', '1,2', {IN=> "x\t\t .\n"}, {OUT=>"x\t\t .\n"}], ); |