Merge branch 'develop' of github.com:simon-brooke/adl-support into develop

This commit is contained in:
Simon Brooke 2018-07-21 10:46:43 +01:00
commit bcee255907
5 changed files with 21 additions and 21 deletions

View file

@ -4,6 +4,13 @@
;; Yes, there's MASSES in utils which ought to be tested. I'll add more tests over time.
(deftest singularise-tests
(testing "Singularise"
(is (= "address" (singularise "addresses")))
(is (= "address" (singularise "address")))
(is (= "expertise" (singularise "expertise")))))
(deftest child-with-tag-tests
(testing "child-with-tag"
(let [expected {:tag :prompt