]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 2 Mar 1993 14:36:30 +0000 (14:36 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Mar 1993 14:36:30 +0000 (14:36 +0000)
tests/tr/failures [new file with mode: 0644]

diff --git a/tests/tr/failures b/tests/tr/failures
new file mode 100644 (file)
index 0000000..abc78da
--- /dev/null
@@ -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 ''