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:
Simon Brooke 2013-11-09 00:39:20 +00:00
parent 5141419efa
commit fffaf0cca0
6 changed files with 126 additions and 22 deletions

View file

@ -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))))