Initial commit - but hey! It works!

This commit is contained in:
simon 2014-07-03 23:27:54 +01:00
commit 6a0967287e
6 changed files with 367 additions and 0 deletions

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