You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found another case where bad results are returned. With the demise of grep.cpan.me, this module is all we have, and not being able to rely on its accuracy is a big deal.
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
The text was updated successfully, but these errors were encountered: