From 1d3939986171c18fa630d166e140585663583e35 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Jan 1996 18:20:16 +0000 Subject: . --- tests/sort/test.data.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index 1db1f0250..4cf6974cb 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -105,3 +105,10 @@ ("14a", '-d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0); # Be sure to fix the (translate && ignore) case in keycompare. ("14b", '-f -d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0); +# +# Experiment with -i. +("15a", '-i -u', "a\na\1\n", "a\n", 0); +("15b", '-i -u', "a\n\1a\n", "a\n", 0); +("15c", '-i -u', "a\1\na\n", "a\1\n", 0); +("15d", '-i -u', "\1a\na\n", "\1a\n", 0); +("15e", '-i -u', "a\n\1\1\1\1\1a\1\1\1\1\n", "a\n", 0); -- cgit v1.2.3-54-g00ecf