PS: Here are two further test cases. Command: echo 'abc=' | tr 'a=b' 'A\055B' Expected result: ABc- coreutils-5.2.1 result: ABcB
Command: echo 'abc-' | tr 'a\055b' 'A=B' Expected result: ABc= coreutils-5.2.1 result: A=c- _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
