Open
Description
Context
If I search for
({\d+(,\d+)?}
https://grep.metacpan.org/search?q=%5C%28%5C%7B%5Cd%2B%28%2C%5Cd%2B%29%3F%5C%7D&qd=&qft=
one result I get is this (for Language::Expr)
{category=>'map', has_subexpr=>1, text=>'map({1<}, [])', parse_error=>qr/invalid syntax/i}, # invalid subexpression
That does not match the input expression. There is a '<' that it seems to think is a \d
If I do the same search on grep.cpan.me, I get many more results.
https://grep.cpan.me/?q=%5C%28%5C%7B%5Cd%2B%28%2C%5Cd%2B%29%3F%5C%7D&page=3
I'm not sure that there is any overlap between the results, which would mean it also is buggy
Metadata
Metadata
Assignees
Labels
No labels