write-shtml-as-html doesn't handle *TOP*

Issue #128 resolved
Takashi Kato repo owner created an issue

This should return "<html></html>"

#!r6rs
(import (rnrs) (text sxml html-parser))

(shtml->html `(,shtml-top-symbol (html)))

But raises an error

Comments (1)

  1. Log in to comment