clp::string_utils::wildcard_match_unsafe_case_sensitive
fails to match with certain queries
#427
Labels
bug
Something isn't working
Bug
For instance,
clp::string_utils::wildcard_match_unsafe_case_sensitive
fails to match 'a?c' with the wildcard string 'a??'.This bug affects both
clp
andclp-s
but is hidden by #243 and #404.Thanks to @wraymo for reporting it.
CLP version
2c37cc6
Environment
Ubuntu 22.04
Reproduction steps
Write a unit test which tests
clp::string_utils::wildcard_match_unsafe_case_sensitive("a?c", "a\\??")
.The text was updated successfully, but these errors were encountered: