diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2026-02-08 23:42:27 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2026-02-08 23:42:27 -0500 |
| commit | 4e31786efcf32818a620cc87ffa80dadef90a466 (patch) | |
| tree | 13c105b061230e1207d1415ef8089056abb627b3 /test/text.tm | |
| parent | 2b7e96835e75e0d153e7f993d1c4fc2add452ddd (diff) | |
Bugfixes for Text.distance()
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm index 8f0da922..dee55f33 100644 --- a/test/text.tm +++ b/test/text.tm @@ -216,3 +216,4 @@ func main() assert "hello".distance("Hello") <= 1.0 assert "hello".distance("xello") <= 1.0 assert "hello".distance("ehllo") <= "hello".distance("XXllo") + assert "shffle".distance("shuffle") <= "shffle".distance("sample") |
