GoogleChromeLabs / text-fragments-polyfill

Apache License 2.0
116 stars 27 forks source link

Undo the early return in getSearchSpaceForStart #68

Closed guillaumejenkins closed 3 years ago

guillaumejenkins commented 3 years ago

The recent fix of returning early when determining the search space has broken a range-based generation unit test. It is safer to undo the change, especially since the cycle generation in the override map has been fixed, which is sufficient to address the generation failures and to pass the corresponding unit tests.

Fixes #67