diff options
Diffstat (limited to 'tests/010/hash.tl')
-rw-r--r-- | tests/010/hash.tl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/010/hash.tl b/tests/010/hash.tl new file mode 100644 index 00000000..b8c386e2 --- /dev/null +++ b/tests/010/hash.tl @@ -0,0 +1,6 @@ +(load "../common") + +(mtest + (uni #H(() ("a") ("b")) #H(() ("b") ("c"))) (("a") ("b") ("c")) + (diff #H(() ("a") ("b")) #H(() ("b") ("c"))) (("a")) + (isec #H(() ("a") ("b")) #H(() ("b") ("c"))) (("b"))) |