summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-10 06:37:03 +0000
committerJim Meyering <jim@meyering.net>2003-06-10 06:37:03 +0000
commit068f2224f983d4b4c5cac176c4f2b106be38395c (patch)
treeb7252ed5669519786ca5d26ffaf94d97a2d97770 /tests
parent208b95e19812743fc20a8d04428c6a855bb779f6 (diff)
downloadcoreutils-068f2224f983d4b4c5cac176c4f2b106be38395c.tar.xz
Add a test for the new format, e.g., May-23-2003.
Diffstat (limited to 'tests')
-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 e6df464b0..4b3774ab1 100644
--- a/tests/date/Test.pm
+++ b/tests/date/Test.pm
@@ -142,6 +142,8 @@ sub test_vector
# due to a bug in strftime.c.
['wide-fmt', "-d '1999-06-01' +%3004Y", {}, '0' x 3000 . '1999', 0],
+ # Ensure that we can parse MONTHNAME-DAY-YEAR.
+ ['moname-d-y', '--iso -d May-23-2003', {}, '2003-05-23', 0],
# FIXME: add a lot more...
);