diff options
author | Jim Meyering <jim@meyering.net> | 1993-03-02 14:36:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-03-02 14:36:30 +0000 |
commit | 8a010c44a5cba51009965a00ea4677f9fd73043a (patch) | |
tree | f0b1240994941366c4ca19b43a75095a50070181 /tests/tr | |
parent | 978afa51c0763673e68706847fedfcf77c434843 (diff) | |
download | coreutils-8a010c44a5cba51009965a00ea4677f9fd73043a.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/failures | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/tr/failures b/tests/tr/failures new file mode 100644 index 000000000..abc78da50 --- /dev/null +++ b/tests/tr/failures @@ -0,0 +1,14 @@ +# ./tr a '[c*]b' +# ./tr -s abc zy +# ./tr abc zy +tr a '[:not-a-class:]' +tr a '[:digit:]' +tr '[c*]' k +tr a '[=c=]' +tr a '[c*][c*]' +tr -ds abd '[c*]' +tr -c '[:lower:]' '[:upper:]' +tr '[:lower:]' '[:lower:]' +tr '0-9[:lower:]' '[:upper:]' +tr -s '\432' +tr a '' |