Skip to content

Commit

Permalink
Added substitution test
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Feb 18, 2025
1 parent d3680c2 commit d12772a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ describe('Formplayer utils', function () {
assert.equal(Levenshtein.get("mark", "mar"), 1);
assert.equal(Levenshtein.get("maron", "maroon"), 1);
assert.equal(Levenshtein.get("moon", "maroon"), 2);
assert.equal(Levenshtein.get("will", "wilt"), 1);
});
});

0 comments on commit d12772a

Please sign in to comment.