1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00

examples/pprint.mal: comment out inline tests.

This commit is contained in:
Joel Martin 2016-02-10 16:21:33 -06:00
parent 531d0798ce
commit 044eb1c758

View File

@ -36,6 +36,6 @@
(println (pp- obj 0))))
(pprint '(7 8 9 "ten" [11 12 [13 14]] 15 16))
(pprint '{:abc 123 :def {:ghi 456 :jkl [789 "ten eleven twelve"]}})
(pprint '(7 8 {:abc 123 :def {:ghi 456 :jkl 789}} 9 10 [11 12 [13 14]] 15 16))
;;(pprint '(7 8 9 "ten" [11 12 [13 14]] 15 16))
;;(pprint '{:abc 123 :def {:ghi 456 :jkl [789 "ten eleven twelve"]}})
;;(pprint '(7 8 {:abc 123 :def {:ghi 456 :jkl 789}} 9 10 [11 12 [13 14]] 15 16))