Fix non-failing koan, fixes #14
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
(= __ (filter (fn [x] false) '(:anything :goes :here)))
|
||||
|
||||
"Or very weak"
|
||||
(= '(:anything :goes :here) (filter (fn [x] __) '(:anything :goes :here)))
|
||||
(= __ (filter (fn [x] true) '(:anything :goes :here)))
|
||||
|
||||
"Or somewhere in between"
|
||||
(= [10 20 30] (filter (fn [x] __) [10 20 30 40 50 60 70 80]))
|
||||
|
Reference in New Issue
Block a user