Add list-pkgs and list-installed to jpm.

This commit is contained in:
Calvin Rose
2020-07-05 17:43:39 -05:00
parent 68a12d1d17
commit a45509d28e
5 changed files with 35 additions and 1 deletions
+5
View File
@@ -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)