From 70a316cc3ddc7f53fdad4581efddb02b18f542f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 4 Apr 1996 20:22:10 +0000 Subject: [PATCH] Add tests from Ross Ridge. --- tests/tr/test.data.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/tr/test.data.pl b/tests/tr/test.data.pl index 3191e81fb7..247101d2f9 100755 --- a/tests/tr/test.data.pl +++ b/tests/tr/test.data.pl @@ -67,3 +67,13 @@ ('G', 'abc', '', 'a[b*512]c', '1[x*]2', '1x2', 0); ('H', 'abc', '', 'a[b*513]c', '1[x*]2', '1x2', 0); ('I', 'abc-z', '', 'a\-z', 'A-Z', 'AbcBC', 0); +# +# From Ross +('R0', '', '-cs', '[:upper:]', 'X[Y*]', '', 1); +('R1', 'AMZamz123.-+AMZ', '-cs', '[:upper:]', '[X*]', 'AMZXAMZ', 0); +('R2', 'amzAMZ123.-+amz', '-dcs', '[:lower:]', 'n-rs-z', 'amzamz', 0); +('R3', '.ZABCDEFGzabcdefg.0123456788899.GG', '-ds', \ + '[:xdigit:]', '[:alnum:]', '.ZGzg..G', 0); +('R4', '', '-dcs', '[:alnum:]', '[:digit:]', '', 0); +('R5', '', '-dc', '[:lower:]', '', '', 0); +('R6', '', '-dc', '[:upper:]', '', '', 0); -- 2.47.2