Initial commit - but hey! It works!
This commit is contained in:
commit
6a0967287e
6 changed files with 367 additions and 0 deletions
7
test/mw_parser/core_test.clj
Normal file
7
test/mw_parser/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns mw-parser.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[mw-parser.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue