mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 06:34:48 +00:00
Whitespace.
This commit is contained in:
parent
7529abb542
commit
cb54fb02c1
@ -61,7 +61,7 @@
|
|||||||
(assert (empty? (bundle/list)))
|
(assert (empty? (bundle/list)))
|
||||||
|
|
||||||
# Install deps (dep1 as :auto-remove)
|
# Install deps (dep1 as :auto-remove)
|
||||||
(assert-no-error "sample-dep2"
|
(assert-no-error "sample-dep2"
|
||||||
(bundle/install "./examples/sample-dep2"))
|
(bundle/install "./examples/sample-dep2"))
|
||||||
(assert (= 1 (length (bundle/list))))
|
(assert (= 1 (length (bundle/list))))
|
||||||
(assert-no-error "sample-dep1" (bundle/install "./examples/sample-dep1"))
|
(assert-no-error "sample-dep1" (bundle/install "./examples/sample-dep1"))
|
||||||
|
Loading…
Reference in New Issue
Block a user