From 068f2224f983d4b4c5cac176c4f2b106be38395c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 10 Jun 2003 06:37:03 +0000 Subject: Add a test for the new format, e.g., May-23-2003. --- tests/date/Test.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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... ); -- cgit v1.2.3-54-g00ecf