From: Jim Meyering Date: Mon, 19 Aug 1996 01:27:40 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ac19cd344945daf61c4379853cb2d8053cd204;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index 265779cc89..a8f0038f76 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -56,9 +56,9 @@ use strict; ["07c", '-k 2,3', "y k b\nz k a\n", "z k a\ny k b\n", 0], ["07d", '+1 -3', "y k b\nz k a\n", "z k a\ny k b\n", 0], # -# FIXME: report an error for `.' but missing char spec +# report an error for `.' but missing char spec ["08a", '-k 2.,3', "", "", 2], -# FIXME: report an error for `,' but missing POS2 +# report an error for `,' but missing POS2 ["08b", '-k 2,', "", "", 2], # # Test new -g option.