From dfa0cede725b3de9783918e3581095bd61369ad5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 1 Jan 1996 22:33:52 +0000 Subject: . --- tests/sort/test.data.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index 427cfbe18..6bd38fd51 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -100,3 +100,6 @@ # 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); +# +# From Carl Johnson +("14a", '-d -u', "mal\nmal-\nmala\n", "mal-\nmala\n", 0); -- cgit v1.2.3-54-g00ecf