1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 06:03:46 +02:00

(test_vector): Add a test for the Risks-reported problem with `Nov 11 1996'.

This commit is contained in:
Jim Meyering
1999-08-29 14:46:25 +00:00
parent bd4a3f044d
commit 70c01e7963
+2
View 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...
);