From a547f02ddf9ca34432941a0cdbf20a232a9d5f6f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 May 1995 18:20:12 +0000 Subject: Test [:lower:] to [:upper:] and vice versa. --- tests/tr/test.data.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/tr/test.data.pl b/tests/tr/test.data.pl index 39da468f4..1a9d0fd94 100755 --- a/tests/tr/test.data.pl +++ b/tests/tr/test.data.pl @@ -59,3 +59,5 @@ ("A", "abc", '', 'a-a','z', "zbc", 0); # ("B", "", '', 'a',"''", "", 1); +("C", "abcxyzABCXYZ", '', '[:lower:]', '[:upper:]', "ABCXYZABCXYZ", 0); +("D", "abcxyzABCXYZ", '', '[:upper:]', '[:lower:]', "abcxyzabcxyz", 0); -- cgit v1.2.3-54-g00ecf