Basically finished. Not capitalising initial words of sentences; not
printing output to an output file even if one is specified; not honouring the help flag.
This commit is contained in:
parent
5141419efa
commit
fffaf0cca0
6 changed files with 126 additions and 22 deletions
|
|
@ -2,6 +2,6 @@
|
|||
(:require [clojure.test :refer :all]
|
||||
[milkwood-clj.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "Nothing worth testing in core, yet."
|
||||
(is (= 1 1))))
|
||||
;;(deftest a-test
|
||||
;; (testing "Nothing worth testing in core, yet."
|
||||
;; (is (= 1 1))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue