added parameterization of the way empty lists are printed

original commit: 8d928cb0dc9bf63f34c154bf1e9cd09fa262b2e6
This commit is contained in:
Robby Findler 1998-02-26 20:08:07 +00:00
parent e7a2831768
commit 98a0228f4c

View File

@ -348,4 +348,7 @@
(arity-test build-share 1 1)
(arity-test get-shared 1 2)
(arity-test print-convert-expr 3 3)
(test 'null print-convert '())
(parameterize ([empty-list-name 'empty])
(test 'empty print-convert '()))
(report-errs)