]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Jan 2000 10:24:10 +0000 (10:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jan 2000 10:24:10 +0000 (10:24 +0000)
tests/unexpand/basic-1

index 92c0a6cf98dc10164d8a85d57837d6797f503716..f4291f7ac993267df4c425329636e0328e6216b0 100755 (executable)
@@ -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"}],
     );