diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-02 20:44:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-02 20:44:09 +0000 |
commit | 73ebfeb75a439dcf0a0e52e28c877709ec5c6036 (patch) | |
tree | e3cd86691f2ac9bad9804e8cfc6162f87c0f53c6 /tests/date | |
parent | afc5f724380a21a12f0d75a33df587e286529336 (diff) | |
download | coreutils-73ebfeb75a439dcf0a0e52e28c877709ec5c6036.tar.xz |
(empty-format): New test, for this case.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Test.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/date/Test.pm b/tests/date/Test.pm index ff4ef998a..dd6509418 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... ); |