Initial commit; nothing works yet
This commit is contained in:
commit
a599d133f4
20 changed files with 954 additions and 0 deletions
7
test/dog_and_duck/scratch/core_test.clj
Normal file
7
test/dog_and_duck/scratch/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns dog-and-duck.scratch.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[dog-and-duck.scratch.parser :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue