[cl-who-devel] convert-tag-to-string-list and *html-empty-tag* bug maybe :)

Mac Chan emailmac at gmail.com
Mon May 28 03:00:02 UTC 2007


Hi Simon,

On 5/27/07, Simon Cusack <scusack at fastmail.com.au> wrote:
> I changed
>   (member tag *html-empty-tags*)
> to
>   (member tag *html-empty-tags* :test #'string-equal)

You're right. It was my bad. The patch that I sent in had this bug.

I was too concern about (:div) producing <div></div> and didn't
manually test the other case.
The browser didn't complain <br></br> :-(

If I unit test this code I should have caught it. Sorry for the inconvience.

Regards,
-- Mac



More information about the Cl-who-devel mailing list