bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-5.2.1 'tr' bug


From: Bruno Haible
Subject: Re: coreutils-5.2.1 'tr' bug
Date: Sun, 11 Feb 2007 13:19:10 +0100
User-agent: KMail/1.5.4

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-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]