CommonDoc / scriba

A markup language with Scribe syntax
http://commondoc.github.io/scriba/docs/overview.html
19 stars 5 forks source link

Tests that use plump:serialize need to bind plump:*tag-dispatchers* #9

Open Yehouda opened 3 years ago

Yehouda commented 3 years ago

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