mirror of
https://github.com/janet-lang/janet
synced 2026-09-16 06:11:22 +00:00
Add list-pkgs and list-installed to jpm.
This commit is contained in:
@@ -315,4 +315,9 @@
|
||||
|
||||
(assert (= 40 counter) "if-with 1")
|
||||
|
||||
(def a @[])
|
||||
(eachk x [:a :b :c :d]
|
||||
(array/push a x))
|
||||
(assert (deep= (range 4) a) "eachk 1")
|
||||
|
||||
(end-suite)
|
||||
|
||||
Reference in New Issue
Block a user