From 8a010c44a5cba51009965a00ea4677f9fd73043a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Mar 1993 14:36:30 +0000 Subject: [PATCH] . --- tests/tr/failures | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/tr/failures diff --git a/tests/tr/failures b/tests/tr/failures new file mode 100644 index 0000000..abc78da --- /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 '' -- 2.7.4