From: Jim Meyering Date: Tue, 2 Aug 2005 20:44:09 +0000 (+0000) Subject: (empty-format): New test, for this case. X-Git-Tag: CPPI-1_12~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73ebfeb75a439dcf0a0e52e28c877709ec5c6036;p=thirdparty%2Fcoreutils.git (empty-format): New test, for this case. --- diff --git a/tests/date/Test.pm b/tests/date/Test.pm index ff4ef998ac..dd6509418e 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -158,6 +158,8 @@ sub test_vector "--iso=ns -d'1970-01-01 00:00:00.1234567 UTC +961062237.987654321 sec'", {}, '2000-06-15T09:43:58,111111021+0000', 0], + ['empty-fmt', '+', {}, '', 0], + # FIXME: add a lot more... );