1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

(neg-secs2, fill-1, fill-2): Add new tests.

This commit is contained in:
Jim Meyering
2005-09-09 07:22:27 +00:00
parent 09575c108c
commit da31244e99
+4
View File
@@ -193,6 +193,7 @@ my @Tests =
['empty-fmt', '+', {OUT=>""}],
['neg-secs', '-d @-22 +%05s', {OUT=>"-0022"}],
['neg-secs2', '-d @-22 +%_5s', {OUT=>" -22"}],
# Before today's fix, date would print uninitialized data
# to standard output for an out-of-range date:
@@ -210,6 +211,9 @@ my @Tests =
{ERR => "\n"},
{EXIT => 1},
],
['fill-1', '-d 1999-12-08 +%_3d', {OUT=>' 8'}],
['fill-2', '-d 1999-12-08 +%03d', {OUT=>'008'}],
);
# Repeat the cross-dst test, using Jan 1, 2005 and every interval from 1..364.