added parameterization of the way empty lists are printed
original commit: 8d928cb0dc9bf63f34c154bf1e9cd09fa262b2e6
This commit is contained in:
parent
e7a2831768
commit
98a0228f4c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user