Finish testing current procedures.
This commit is contained in:
parent
6c1ce73c70
commit
3d81ea0129
1 changed files with 12 additions and 0 deletions
|
@ -223,6 +223,18 @@
|
|||
(list->lset '(1 2 3 1 2))
|
||||
(list->lset '(2 3 4 2 3))))
|
||||
4)
|
||||
(test-equal? lset-intersect
|
||||
(lset-count
|
||||
(lset-intersect
|
||||
(list->lset '(1 2 3 1 2))
|
||||
(list->lset '(2 3 4 2 3))))
|
||||
2)
|
||||
(test-equal? lset-subtract
|
||||
(lset-count
|
||||
(lset-subtract
|
||||
(list->lset '(1 2 3 1 2))
|
||||
(list->lset '(2 3 4 2 3))))
|
||||
1)
|
||||
))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue