-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad regex sort when multiple paths match #484
Comments
Firstly But still there is a bug:
Expected:
It looks like there is a problem with the regex match sorting implementation here: Lines 356 to 389 in 094fbd5
Will look into it.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regex comparisons where both paths/basenames match incorrectly order the files, rather than allowing subsequent criteria to break the tie.
example where regex ordering breaks
1/a
1/a2
1/b
2/a
2/a2
2/b
pattern:
x<1>r<a>l
The text was updated successfully, but these errors were encountered: