mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Issue #465 - Added unit tests
This commit is contained in:
parent
a2a518fd02
commit
176e674026
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
||||||
(test vec (vector 1 2))
|
(test vec (vector 1 2))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(test-group
|
||||||
|
"strings"
|
||||||
|
(test "??>" "??>")
|
||||||
|
)
|
||||||
|
|
||||||
(test-group
|
(test-group
|
||||||
"make-list"
|
"make-list"
|
||||||
(test '() (make-list -2))
|
(test '() (make-list -2))
|
||||||
|
|
Loading…
Add table
Reference in a new issue