mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 22:28:21 +00:00
d0dd5b4594
Per suggestion from @MarkBaker. WildcardMatch did not handle double tilde correctly. It has been changed to do so and its logic simplified (and commented). Existing AutoFilter test covered this situation, but I added a test for MATCH as well.