racket/collects/tests/htdp-lang/beg-intm.rktl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

13 lines
281 B
Racket

;; For every test here, make sure the opposite test is in intml-adv.rkt
(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)))