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'm not sure what the correct output would be since I'm not sure --word-regexp with an empty string makes sense, but certainly panicking isn't what I would expect.
The text was updated successfully, but these errors were encountered:
What version of ripgrep are you using?
13.0.0
How did you install ripgrep?
Arch linux package manager
What operating system are you using ripgrep on?
Arch linux
Describe your bug.
Ripgrep panicks when run with --word-regexp and empty string.
What are the steps to reproduce the behavior?
For example, run in the ripgrep repository:
rg --word-regexp -- ''
What is the actual behavior?
What is the expected behavior?
I'm not sure what the correct output would be since I'm not sure
--word-regexp
with an empty string makes sense, but certainly panicking isn't what I would expect.The text was updated successfully, but these errors were encountered: