Test output for clojurian [ok]

Testing time: 0s

/root/salmonella-run-publish/chicken/bin/csi -script run.scm < /dev/null

-- testing  ------------------------------------------------------------------
(doto (make-vector 2) (vector-set! 0 1) (vector-set! 1 2)) ........... [ PASS]
(doto 'foo) .......................................................... [ PASS]
(-> 99 (/ 11) (/ 9)) ................................................. [ PASS]
(->* (values 1 2) (list 3) (append '(4))) ............................ [ PASS]
(-> 10 (- 3)) ........................................................ [ PASS]
(->> 10 (- 3)) ....................................................... [ PASS]
(->> 1 (+ 2) (* 3)) .................................................. [ PASS]
(->> '(1 2 3) (map add1) (fold + 0)) ................................. [ PASS]
(->>* (values '(foo bar) '(100 200)) (map cons)) ..................... [ PASS]
9 tests completed in 0.032 seconds.
9 out of 9 (100%) tests passed.
-- done testing  -------------------------------------------------------------