]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(test_vector): Add a test for the Risks-reported problem with `Nov 11 1996'.
authorJim Meyering <jim@meyering.net>
Sun, 29 Aug 1999 14:46:25 +0000 (14:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Aug 1999 14:46:25 +0000 (14:46 +0000)
tests/date/Test.pm

index 49bee6ab7ebb3dd6e2e11b1a5a30281f3cfbc12d..34c9641b29a5a05d9c2f360ffa91065dbaf6a47e 100644 (file)
@@ -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...
      );