New tests

This commit is contained in:
Sam Tobin-Hochstadt 2008-06-17 14:28:41 -04:00
parent 93c937f909
commit 59e2dc4dea

View File

@ -544,6 +544,10 @@
[tc-e (list* 1 2 3) (-pair -Integer (-pair -Integer -Integer))]
[tc-err (apply append (list 1) (list 2) (list 3) (list (list 1) "foo"))]
[tc-e (apply append (list 1) (list 2) (list 3) (list (list 1) (list 1))) (-lst -Integer)]
[tc-e (apply append (list 1) (list 2) (list 3) (list (list 1) (list "foo"))) (-lst (Un -String -Integer))]
;; error tests
[tc-err (#%variable-reference number?)]
[tc-err (+ 3 #f)]