diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-15 09:51:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-15 09:51:23 +0000 |
commit | 0d5f220029d5a8eee3833e996d09e73a48fb3720 (patch) | |
tree | 90ed82d326ba5232df1fd927deafb7db80100838 /tests/unexpand | |
parent | afd24c5869d1e49f1e62d1052da2c3ece4308aa5 (diff) | |
download | coreutils-0d5f220029d5a8eee3833e996d09e73a48fb3720.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/unexpand')
-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 dd82d4aa9..92c0a6cf9 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -46,6 +46,7 @@ my @Tests = # ['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>" \t\t .\n"}], ['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"}], ['c-1', '-t', '1,2', {IN=> "x\t\t .\n"}, {OUT=>"x\t\t .\n"}], ); |