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 and clp-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\\??").
Bug
For instance,
clp::string_utils::wildcard_match_unsafe_case_sensitivefails to match 'a?c' with the wildcard string 'a??'.This bug affects both
clpandclp-sbut 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\\??").