mirror of
https://github.com/janet-lang/janet
synced 2025-10-09 21:07:43 +00:00
Add some testing to the bundle/ module.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
(import dep1)
|
||||
(import dep2)
|
||||
|
||||
(defn myfn
|
||||
[x]
|
||||
(+ x x))
|
||||
(def y (dep2/function x))
|
||||
(dep1/function y))
|
||||
|
Reference in New Issue
Block a user