WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
937 stars 122 forks source link

Fix early return when there can be longer match in iter_long. #186

Closed robinchm closed 1 year ago

robinchm commented 1 year ago

Try to fix #185 Fix bugs introduced by previous fix and add more test.