Skip to content

Commit

Permalink
Call the defined function
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 committed Apr 26, 2011
1 parent 5c242ff commit 31830e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/foreclojure/data_set.clj
Expand Up @@ -637,3 +637,5 @@
:tests ["(= (__ [:a :b :c] [1 2 3]) {:a 1, :b 2, :c 3})"
"(= (__ [1 2 3 4] [\"one\" \"two\" \"three\"]) {1 \"one\", 2 \"two\", 3 \"three\"})"
"(= (__ [:foo :bar] [\"foo\" \"bar\" \"baz\"]) {:foo \"foo\", :bar \"bar\"})"]})))

(load-problems)

0 comments on commit 31830e8

Please sign in to comment.