From b16ad3aad8cc051b8de5b34c742522f4a574ae8d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 15:46:44 -0400 Subject: Add .unique() test --- test/lists.tm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/lists.tm b/test/lists.tm index f918b6f7..05001f19 100644 --- a/test/lists.tm +++ b/test/lists.tm @@ -186,3 +186,5 @@ func main() = [] >> nums.pop() = none + + assert [1,2,1,2,3].unique() == [1,2,3] -- cgit v1.2.3