diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/010/hash.tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/010/hash.tl b/tests/010/hash.tl index 5af8b167..db8f07aa 100644 --- a/tests/010/hash.tl +++ b/tests/010/hash.tl @@ -60,3 +60,6 @@ (let ((items (build (whilet ((cell (hash-next i))) (add (car cell)))))) (test (diff 0..200 items) nil)))) + +(test [hash-map square '(1 2 3)] + #H(() (1 1) (2 4) (3 9))) |