-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels