Commit graph

8 commits

Author SHA1 Message Date
Johan Mynhardt (MEA) 08af659366 Remove unused import. 2022-05-26 21:24:56 +02:00
Johan Mynhardt ac80507b5f Update transformer_test.clj
Use more appropriate test without `str/trim`.
2022-05-26 04:32:23 +02:00
Johan Mynhardt (MEA) 4aa6bf978f Add test for transform java.lang.ClassCastException
When `obj` argument is a string (X)HTML payload and
not a string URL or URI, the following exception is
thrown:

```clojure
java.lang.ClassCastException: class java.lang.Class cannot be cast to class clojure.lang.IFn
```
2022-05-21 16:19:57 +02:00
Simon Brooke 81a7337eb3 Lots of improvements from running against real live tag soup 2019-04-30 18:35:34 +01:00
Simon Brooke f2d0c89ada Preparing for alpha release 2019-04-30 16:38:44 +01:00
Simon Brooke 80f4857d73 Pretty much everything except tables done. 2019-04-30 16:01:55 +01:00
Simon Brooke 7f50863d83 HTML to Markdown very largely working. 2019-04-30 15:18:30 +01:00
Simon Brooke b406ef92c0 Doesn't work yet! 2019-04-30 12:23:58 +01:00