Skip to content

tr: deviations from reference implementation #6777

@andrewliebenow

Description

@andrewliebenow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions