chibi-scheme icon indicating copy to clipboard operation
chibi-scheme copied to clipboard

html-escape of the source file sxml.scm can not work for the '>' character

Open APIPLM opened this issue 3 years ago • 0 comments

(html-escape "<a href=\"http://foo.scm/\">foo</a>")

The output &lt;a href="http://foo.scm/">foo&lt;/a>

APIPLM avatar Jun 22 '22 02:06 APIPLM