]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(empty-format): New test, for this case.
authorJim Meyering <jim@meyering.net>
Tue, 2 Aug 2005 20:44:09 +0000 (20:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Aug 2005 20:44:09 +0000 (20:44 +0000)
tests/date/Test.pm

index ff4ef998acd43d318b80d79632c67b54606c8a88..dd6509418ef9c8051f85c35997543ccb53dcfaf2 100644 (file)
@@ -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...
      );