From: Jim Meyering Date: Sat, 22 May 1999 02:37:47 +0000 (+0000) Subject: tweak comment X-Git-Tag: TEXTUTILS-1_22m~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=125ce0f85c478aee21207a3ff7b70f8dffc4cebc;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index 3a5ff21ca7..a91f490142 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -115,8 +115,8 @@ my @tv = ( ["11b", '-t: -k1,1b -k2,2', "a :b\na\t:a\n", "a\t:a\na :b\n", 0], ["11c", '-t: -k2,2b -k3,3', "z:a\t:a\na :b\n", "z:a\t:a\na :b\n", 0], # Before 1.22m, the first key comparison reported equality. -# With 1.22m, they compare different: "a" sorts before "a\n". -# And the second key spec isn't even used. +# With 1.22m, they compare different: "a" sorts before "a\n", +# and the second key spec isn't even used. ["11d", '-t: -k2,2b -k3,3', "z:a :b\na\t:a\n", "z:a :b\na\t:a\n", 0], # # Exercise bug re comparing `-' and integers.