fuzzy-match icon indicating copy to clipboard operation
fuzzy-match copied to clipboard

Improve reliability with fuzz testing

Open ClementChouteau opened this issue 5 years ago • 0 comments

This could help to get rid of most types of crashes.

Generate a large index with random entries of varied size:

  • many small entries
  • uppercase/lowercase
  • punctuation

Then fuzz the pattern, using different options.

ClementChouteau avatar Apr 19 '21 17:04 ClementChouteau