Skip to content

grepdiff1 test fails on musl #61

@alyssais

Description

@alyssais

musl does not accept the regex \+a used in the grepdiff1 test. + doesn't have special meaning in POSIX regular expressions if it's at the start of the expression. So the POSIX way to write that regular expression would be +a.

However, this is actually what the test used to do, until it was changed in a653875 with no explanation given. What was the motivation for that change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions