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 can PR this and remove the escaping if you think this is the correct fix. Although some escaping would still be necessary, for example for the pattern [\\], the \ still needs to be escaped.
The text was updated successfully, but these errors were encountered:
The following code fails the assertion, where I would expect it to succeed.
The problem appears to be the escaping here:
ripgrep/crates/globset/src/glob.rs
Line 701 in af8c386
I can PR this and remove the escaping if you think this is the correct fix. Although some escaping would still be necessary, for example for the pattern
[\\]
, the\
still needs to be escaped.The text was updated successfully, but these errors were encountered: