adding list checks, too
This commit is contained in:
parent
f97cb5e4cb
commit
aa89c3c98e
@ -61,4 +61,5 @@
|
||||
|
||||
(defn test_index []
|
||||
"NATIVE: Test that dict access works"
|
||||
(assert (get {"one" "two"} "one") "two"))
|
||||
(assert (get {"one" "two"} "one") "two")
|
||||
(assert (= (get [1 2 3 4 5] 1) 2)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user