mirror of
https://github.com/janet-lang/janet
synced 2025-10-09 13:02:28 +00:00
Add some test usage for the sample bundle.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
(defn function
|
||||
[x]
|
||||
(+ x x))
|
||||
|
@@ -0,0 +1,3 @@
|
||||
(defn install
|
||||
[manifest &]
|
||||
(bundle/add-file manifest "dep2.janet"))
|
||||
|
Reference in New Issue
Block a user