Skip to content

Commit

Permalink
Add additional cases to corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored and agnivade committed Dec 23, 2024
1 parent d0e375c commit 813c5d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions levenshtein_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ func FuzzComputeDistanceDifferent(f *testing.F) {
{"resumé and café", "resumés and cafés"},
{"Hafþór Júlíus Björnsson", "Hafþor Julius Bjornsson"},
{"།་གམ་འས་པ་་མ།", "།་གམའས་པ་་མ"},
{`_p~𕍞`, `b잖PwN`},
{`7ȪJR`, `6L)wӝ`},
{`_p~𕍞`, `Y>q8օ݌`},
}
for _, tc := range testcases {
f.Add(tc.a, tc.b)
Expand Down

0 comments on commit 813c5d3

Please sign in to comment.