diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/010/hash.tl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/010/hash.tl b/tests/010/hash.tl index 415dd223..b2e8d891 100644 --- a/tests/010/hash.tl +++ b/tests/010/hash.tl @@ -73,6 +73,11 @@ [hash-uni h1 h2 + : -] #H(() (a 1) (b 4) (c 6) (d 8) (e 5)) [hash-uni h1 h2 + - -] #H(() (a -1) (b 0) (c 0) (d 0) (e 5))) (mtest + [hash-join h1 h2 +] :error + [hash-join h1 h2 + 0] :error + [hash-join h1 h2 + : 0] :error + [hash-join h1 h2 + 0 0] #H(() (a 1) (b 0) (c 0) (d 0) (e -5))) + (mtest (hash-diff h1 h2) #H(() (a 1)) (hash-diff h2 h1) #H(() (e -5))) (mtest |