summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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...
);