mirror of
https://github.com/janet-lang/janet
synced 2025-09-01 18:38:04 +00:00
Add some testing to the bundle/ module.
This commit is contained in:
1
examples/sample-dep2/bundle/info.jdn
Normal file
1
examples/sample-dep2/bundle/info.jdn
Normal file
@@ -0,0 +1 @@
|
||||
@{}
|
0
examples/sample-dep2/bundle/init.janet
Normal file
0
examples/sample-dep2/bundle/init.janet
Normal file
3
examples/sample-dep2/dep2.janet
Normal file
3
examples/sample-dep2/dep2.janet
Normal file
@@ -0,0 +1,3 @@
|
||||
(defn function
|
||||
[x]
|
||||
(* x x))
|
Reference in New Issue
Block a user