diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-09 03:59:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-09 03:59:16 +0000 |
commit | 0e4f0390ef66713ab446b71666c424e49eb37bce (patch) | |
tree | c7f424b8d6057ecfeab44d00c578d64fb6abbb8c /tests | |
parent | b741c592c54b56879e0152497c5cedaa0792e3e8 (diff) | |
download | coreutils-0e4f0390ef66713ab446b71666c424e49eb37bce.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tr/test.data.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tr/test.data.pl b/tests/tr/test.data.pl index 7f2a9219f..78200d033 100755 --- a/tests/tr/test.data.pl +++ b/tests/tr/test.data.pl @@ -69,7 +69,8 @@ ('I', 'abc-z', '', 'a\-z', 'A-Z', 'AbcBC', 0); # # From Ross -('R0', '', '-cs', '[:upper:]', 'X[Y*]', '', 1); +('R0.0', '', '-cs', '[:upper:]', 'X[Y*]', '', 1); +('R0.1', '', '-cs', '[:cntrl:]', 'X[Y*]', '', 1); ('R1.0', 'AMZamz123.-+AMZ', '-cs', '[:upper:]', '[X*]', 'AMZXAMZ', 0); ('R1.1', '', '-cs', '[:upper:][:digit:]', '[Z*]', '', 0); ('R2', 'amzAMZ123.-+amz', '-dcs', '[:lower:]', 'n-rs-z', 'amzamz', 0); |