From 45dcf53e6e68dbfceb26aba325e774f915f68649 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 11 May 2000 08:28:51 +0000 Subject: New tests. --- tests/unexpand/basic-1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 91d3394c1..b73b27e56 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -51,6 +51,10 @@ my @Tests = ['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"}], + + # This test failed in 2.0e and earlier. From Jie Xu. + ['tabs-1', qw( -t 4), {IN=> " a b c\n"}, {OUT=>"\ta b c\n"}], + ['tabs-2', qw(-a -t 4), {IN=> " a b c\n"}, {OUT=>"\ta\tb\tc\n"}], ); my $save_temps = $ENV{DEBUG}; -- cgit v1.2.3-70-g09d2