Add fuzz tests#102
Conversation
Claude ReviewObservation — In This is a deliberate design choice rather than a bug: recovering per line means a panic on a single line is treated as a local miss, so scanning can still find a match at a later start position. Wrapping the whole Just flagging the trade-off for visibility — the per-line granularity costs some hot-path overhead on large files in exchange for match precision. No change required if that trade-off is intentional. |
Oleg-Melnik
left a comment
There was a problem hiding this comment.
@Vladyslav-Kuksiuk LGTM with a comment to address before merging.
This PR:
Resolves this issue.