+3
−1
tests/pprint.lisp
0 → 100644
+53
−0
Loading
Make the pprinter print `with-float-traps-masked` and `with-float-traps-enabled` in the same was as typical `with-foo` forms. We can do this by using existing `pprint-with-like` function. Add a couple of tests for this as well in tests/pprint.lisp.