mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +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-group
|
||||
"strings"
|
||||
(test "??>" "??>")
|
||||
)
|
||||
|
||||
(test-group
|
||||
"make-list"
|
||||
(test '() (make-list -2))
|
||||
|
|
Loading…
Add table
Reference in a new issue