summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-03-02 14:36:30 +0000
committerJim Meyering <jim@meyering.net>1993-03-02 14:36:30 +0000
commit8a010c44a5cba51009965a00ea4677f9fd73043a (patch)
treef0b1240994941366c4ca19b43a75095a50070181 /tests
parent978afa51c0763673e68706847fedfcf77c434843 (diff)
downloadcoreutils-8a010c44a5cba51009965a00ea4677f9fd73043a.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/tr/failures14
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 ''