Added more tests for div0 and mod0.

This commit is contained in:
Abdulaziz Ghuloum 2008-03-22 21:25:42 -04:00
parent 48a86cbaa3
commit ec69dc4a7c
1 changed files with 12 additions and 1 deletions

View File

@ -71,7 +71,18 @@
(test +10 -4)
(test -10 +4)
(test -10 -4)
(test +3 +5/6)
(test -3 +5/6)
(test +3 -5/6)
(test -3 -5/6)
(test +3 +7/11)
(test -3 +7/11)
(test +3 -7/11)
(test -3 -7/11)
(test (least-fixnum) +1)
(test (least-fixnum) -1) ;; overflows
(test (greatest-fixnum) +1)