Add test for handling of prefab structs

goes with https://github.com/racket/pconvert-lib/pull/4

Closes #2.
This commit is contained in:
Alex Knauth 2015-09-19 22:26:43 -04:00 committed by Sam Tobin-Hochstadt
parent f376519eed
commit fb9aba2b8d

View File

@ -413,6 +413,8 @@
(test '(s 1) (pc #f) (s 1))
(test '(make-s 1) (pc #t) (s 1)))
(test '(make-prefab-struct 's 1) print-convert (make-prefab-struct 's 1))
(let ([pc
(lambda (pv)
(lambda (x)