add join function to stdlib
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
386d0900a9
commit
3d0d8d8215
4 changed files with 18 additions and 2 deletions
|
|
@ -114,6 +114,12 @@
|
|||
(add-path new-path)
|
||||
(contains? (get-paths) new-path))))
|
||||
|
||||
('join operates as expected'
|
||||
(quote
|
||||
(let ((l ("1" 2 (3))))
|
||||
(eq? (join l ".")
|
||||
"1.2.(3)"))))
|
||||
|
||||
;; add more test cases here
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue