You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of commit ea1562b5fe21cedff7a9b1c06da32f8d1ddbc069, All the defined constructs, except for coreutils tr -d '[=aa=]' which hangs, coreutils' behavior matches GNU's
Should fail validation:
coreutils tr -d '\046-\048'
coreutils tr -d '[=aa=]'
coreutils tr '1' '[a*a]'
Output differs:
printf '(1)' | coreutils tr -d '\501'
Current stdout output:
()
Correct stdout output:
)
(with warning printed to stderr)I will try to get back to this.
The text was updated successfully, but these errors were encountered: