mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 02:36:16 +02:00
*** empty log message ***
This commit is contained in:
@@ -41,8 +41,11 @@ my @Tests =
|
||||
|
||||
['b-1', '-t', '2,4', {IN=> " ."}, {OUT=>"\t\t ."}],
|
||||
# These would infloop prior to textutils-2.0d.
|
||||
['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>" \t\t .\n"}],
|
||||
['infloop-2', '-t', '4,5', {IN=> ' 'x4 . "\t\t "}, {OUT=>"junk\n"}],
|
||||
|
||||
# FIXME: Sun's /bin/unexpand does this:
|
||||
# ['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"}],
|
||||
['c-1', '-t', '1,2', {IN=> "x\t\t .\n"}, {OUT=>"x\t\t .\n"}],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user