Default equality for list->lset, more testing.
This commit is contained in:
parent
ed8a11a5d8
commit
6c1ce73c70
1 changed files with 6 additions and 0 deletions
|
@ -217,6 +217,12 @@
|
|||
(lset->list
|
||||
(list->lset '(1 2 3 1 2))))
|
||||
3)
|
||||
(test-equal? lset-merge
|
||||
(lset-count
|
||||
(lset-merge
|
||||
(list->lset '(1 2 3 1 2))
|
||||
(list->lset '(2 3 4 2 3))))
|
||||
4)
|
||||
))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue