x/build/cmd/watchflakes: fails to parse the "!~" operator #71119
Open
Description
Both of these scripts should parse successfully:
default <- pkg == "cmd/go" && output ~ `some regexp`
default <- pkg == "cmd/go" && output !~ `some regexp`
Yet the latter doesn't, producing an "unexpected !" error. See #66337 (comment) and #66337 (comment) for more context.
Metadata
Assignees
Labels
Type
Projects
Status
In Progress