1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Removed extra parenthesis in tests for step5

Hi there, just fixing an extra parenthesis. 

PS: This thing is very addictive :)
This commit is contained in:
Nacho Martín 2015-03-06 22:43:59 +01:00
parent e27782ea09
commit a917237630

View File

@ -8,7 +8,7 @@
;;; no try* yet, so test completion of side-effects
(def! res1 nil)
;=>nil
(def! res1 (sum-to 10000)))
(def! res1 (sum-to 10000))
res1
;=>nil