mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
2ae87f26a8
commit
70a4404429
4 changed files with 14 additions and 1 deletions
|
@ -102,4 +102,7 @@ case-insensitive strings to `equal?'-tested values."
|
|||
(and (= 1 (hash-table-size ht))
|
||||
(lset= equal? '((b . 53)) (hash-table->alist ht)))))
|
||||
|
||||
(pass-if "can use all arguments, including size"
|
||||
(hash-table? (make-hash-table equal? hash #:weak 'key 31)))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue