racket/collects/tests/mzscheme/beg-intm.ss
2005-05-27 18:56:37 +00:00

12 lines
279 B
Scheme

;; For every test here, make sure the opposite test is in intml-adv.ss
(htdp-syntax-test #'(1 2 3))
(htdp-syntax-test #'("hello" 1 2))
(htdp-syntax-test #'(define x17 (lambda (y) (lambda (z) z))))
(htdp-syntax-test #'(lambda (x) 10))
(htdp-syntax-test #'(lambda (f) (f f)))