Add test for handling of prefab structs
goes with https://github.com/racket/pconvert-lib/pull/4 Closes #2.
This commit is contained in:
parent
f376519eed
commit
fb9aba2b8d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user