I get some failures when running the tests, e.g. thsi one:
(test tag
(test-equal "@test()"
"<test/>")
(test-equal "@test(a)"
"<test>a</test>"))
It gets "\</test">" rather than "\" for the first form. I checked in plump, and theanswer is that to get the shorter string you need to bind plump:*tag-dispatchers*..
https://github.com/Shinmera/plump/issues/37
I get some failures when running the tests, e.g. thsi one:
It gets "\</test">" rather than "\ " for the first form. I checked in plump, and theanswer is that to get the shorter string you need to bind plump:*tag-dispatchers*..
https://github.com/Shinmera/plump/issues/37