Ticket #370 (new defect)
Opened 13 years ago
writing comment inserts extra spaces
Reported by: | ryanc | Owned by: | neil |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | neil/html-writing.plt | Keywords: | |
Cc: | Version: | (1 0) | |
Racket Version: |
Description
xexp->html and write-html insert extra spaces around the contents of a comment.
> (xexp->html '(*COMMENT* "x")) "<!-- x -->"
but the result should be
"<!--x-->"
Note: See
TracTickets for help on using
tickets.