From: Jim Meyering Date: Mon, 27 Jan 1997 03:10:22 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=03ebea3ec6f566db77134a1689cc0be151ab9174;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/date/Test.pm b/tests/date/Test.pm index a9e3b50f79..bfd972e1a9 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -25,6 +25,10 @@ sub test_vector ['7', "-d '$d1' +'%U_%V_%w_%W'", {}, '03_03_0_02', 0], ['8', "-d '$d1' +'%x_%X_%y_%Y'", {}, '01/19/97_08:17:48_97_1997', 0], ['9', "-d '$d1' +'%z_%Z'", {}, '+0000_GMT', 0], + + ['leap-1', "--date '02/29/1996 - 1 year' +%Y-%m-%d", {}, '1997-03-01', 0], + + # FIXME: add a lot more... ); my @tv;