Ticket #309 (new defect)

Opened 13 years ago

Parsing bug discovered

Reported by: anonymous Owned by: neil
Priority: minor Milestone:
Component: neil/htmlprag.plt Keywords:
Cc: Version: (99 99)
Racket Version: 5.2

Description

The double-quote turns into the string """ when you convert to HTML and back again in this example:

(html->shtml (shtml->html '(FooBar? (@ (quote "\"'")) "DSFSDF")))
==> (*TOP* (foobar (@ '""'") "DSFSDF"))

Note: See TracTickets for help on using tickets.