From f1a905664b3a9bc7f589eb8649c7aaa34bdc18eb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Dec 1995 17:54:59 +0000 Subject: . --- tests/sort/test.data.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/sort') diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index f475b98c4..e3b96de0a 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -90,3 +90,6 @@ # Try some other (e.g. `X') invalid character. ("12c", '-n -t: +1', "a:1\nb:X\n", "b:X\na:1\n", 0); ("12d", '-n -t: +1', "b:X\na:1\n", "b:X\na:1\n", 0); +# From Karl Heuer +("13a", '+0.1n', "axx\nb-1\n", "b-1\naxx\n", 0); +("13b", '+0.1n', "b-1\naxx\n", "b-1\naxx\n", 0); -- cgit v1.2.3-70-g09d2