*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 14 Jan 2000 07:05:58 +0000 (07:05 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Jan 2000 07:05:58 +0000 (07:05 +0000)
tests/unexpand/basic-1

index 64ebd70..9e5d312 100755 (executable)
@@ -23,7 +23,7 @@ my @Tests =
     (
      # These would infloop prior to textutils-2.0d.
      ['infloop-1', '-t', '1,2', {IN=> " \t\t "}, {OUT=>"junk\n"}],
-     ['infloop-2', '-t', '2,17', {IN=> "  \t\t "}, {OUT=>"junk\n"}],
+     ['infloop-2', '-t', '4,5', {IN=> ' 'x4 . "\t\t "}, {OUT=>"junk\n"}],
     );
 
 my $save_temps = $ENV{DEBUG};