mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
Remove newline test.
This commit is contained in:
@@ -36,8 +36,6 @@ my @Tests =
|
||||
{OUT=>"57edf4a22be3c955ac49da2e2107b67a f\n"}],
|
||||
['backslash', {IN=> {".\\foo"=> ''}},
|
||||
{OUT=>"\\$degenerate .\\\\foo\n"}],
|
||||
['newline', {IN=> {"a\nb"=> ''}},
|
||||
{OUT=>"\\$degenerate a\\nb\n"}],
|
||||
);
|
||||
|
||||
my $save_temps = $ENV{DEBUG};
|
||||
|
||||
Reference in New Issue
Block a user