From: Jim Meyering Date: Sat, 15 Jan 2000 09:51:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~207 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d5f220029d5a8eee3833e996d09e73a48fb3720;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index dd82d4aa98..92c0a6cf98 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"}], );