summaryrefslogtreecommitdiff
path: root/tests/date
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-29 14:46:25 +0000
committerJim Meyering <jim@meyering.net>1999-08-29 14:46:25 +0000
commit70c01e7963e94f2d3e45131ae2c5304e9525b462 (patch)
tree977d3eac9384228b50104027c02b691079dd79ca /tests/date
parentbd4a3f044db58ffa7747c8699df806372285df8a (diff)
downloadcoreutils-70c01e7963e94f2d3e45131ae2c5304e9525b462.tar.xz
(test_vector): Add a test for the Risks-reported problem with `Nov 11 1996'.
Diffstat (limited to 'tests/date')
-rw-r--r--tests/date/Test.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/date/Test.pm b/tests/date/Test.pm
index 49bee6ab7..34c9641b2 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...
);