From 4e31786efcf32818a620cc87ffa80dadef90a466 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 8 Feb 2026 23:42:27 -0500 Subject: Bugfixes for Text.distance() --- test/text.tm | 1 + 1 file changed, 1 insertion(+) (limited to 'test/text.tm') 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") -- cgit v1.2.3