Lots of improvements from running against real live tag soup

This commit is contained in:
Simon Brooke 2019-04-30 18:35:34 +01:00
parent 7bc60a0bbb
commit 81a7337eb3
4 changed files with 33 additions and 24 deletions

View file

@ -73,7 +73,7 @@
(deftest img-test
(testing "Image tag."
(let [expected "![Hello dere!](http://foo.bar/image.png)"
(let [expected "![image: Hello dere!](http://foo.bar/image.png)"
actual (process
{:tag :img
:attrs {:src "http://foo.bar/image.png"