updating the hash test
This commit is contained in:
parent
a273a12091
commit
d75e72d476
|
@ -21,6 +21,9 @@ not-found
|
|||
1
|
||||
1
|
||||
1
|
||||
#hash((1 . one) (2 . two) (3 . three) (4 . four))
|
||||
#hasheqv((1 . one) (2 . two) (3 . three) (4 . four))
|
||||
#hasheq((1 . one) (2 . two) (3 . three) (4 . four))
|
||||
true
|
||||
true
|
||||
true
|
||||
|
|
|
@ -64,6 +64,19 @@
|
|||
(hash-ref ht "test!")
|
||||
|
||||
|
||||
|
||||
(make-immutable-hash '((1 . one)
|
||||
(2 . two)
|
||||
(3 . three)
|
||||
(4 . four)))
|
||||
(make-immutable-hasheqv '((1 . one)
|
||||
(2 . two)
|
||||
(3 . three)
|
||||
(4 . four)))
|
||||
(make-immutable-hasheq '((1 . one)
|
||||
(2 . two)
|
||||
(3 . three)
|
||||
(4 . four)))
|
||||
(hash? (make-immutable-hash))
|
||||
(hash? (make-immutable-hasheq))
|
||||
(hash? (make-immutable-hasheqv))
|
||||
|
|
Loading…
Reference in New Issue
Block a user