From: Jim Meyering Date: Sun, 29 Aug 1999 14:46:25 +0000 (+0000) Subject: (test_vector): Add a test for the Risks-reported problem with `Nov 11 1996'. X-Git-Tag: FILEUTILS-4_0j-trial~277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70c01e7963e94f2d3e45131ae2c5304e9525b462;p=thirdparty%2Fcoreutils.git (test_vector): Add a test for the Risks-reported problem with `Nov 11 1996'. --- diff --git a/tests/date/Test.pm b/tests/date/Test.pm index 49bee6ab7e..34c9641b29 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -111,6 +111,8 @@ sub test_vector ['this-mo', "-d '$d0 $t0 this month' $fmt", {}, "$d0 $t0", 0], ['this-y', "-d '$d0 $t0 this year' $fmt", {}, "$d0 $t0", 0], + ['risks-1', "-d 'Nov 10 1996' $fmt", {}, "1996-11-10 00:00:00", 0], + # FIXME: add a lot more... );