From 660998a79d7faa0ea403040f9f4c547fdfc95129 Mon Sep 17 00:00:00 2001 From: Attila Domokos Date: Fri, 22 Nov 2013 20:54:26 -0600 Subject: [PATCH] The answer file's expression returns the argument provided Although the answer's file entry worked, it ignored the provided argument. With this change it returns what was passed to it. I branched from master, I hope it can be merged it in. --- resources/koans.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/koans.clj b/resources/koans.clj index f28bd7c..671a939 100644 --- a/resources/koans.clj +++ b/resources/koans.clj @@ -101,7 +101,7 @@ 95 (range 20) :a] - "___" [(fn [x] :foo)]}] + "___" [(fn [x] x)]}] ["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5] (* index index)