mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Issue #513 - Add test case
This commit is contained in:
parent
bb4e176e42
commit
705e70d12a
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@
|
|||
;(test +inf.0 (exact +inf.0))
|
||||
)
|
||||
|
||||
(test-group
|
||||
"rationals"
|
||||
(test 3.0 (expt 81 1/4))
|
||||
)
|
||||
|
||||
(test-group
|
||||
"records"
|
||||
(define-record-type employee
|
||||
|
|
Loading…
Add table
Reference in a new issue