diff options
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") |
