1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-07 05:18:04 +00:00

Test bundle

This commit is contained in:
Calvin Rose
2024-10-05 12:37:23 -05:00
parent 99f0af92bd
commit 3d93028088
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
(def abc 123)

View File

@@ -0,0 +1,7 @@
(defn install
[manifest &]
(bundle/add-file manifest "badmod.janet"))
(defn check
[&]
(error "Check failed!"))