Discussion:
patch + unit test code (Re: *html-empty-tag* bug)
Mac Chan
2007-05-28 04:42:15 UTC
Permalink
Attached is a patch to fix html-empty-tag bug and also some unit test
code to help spotting problems in case there are ignorant people like
me who submit bad code ;-)

Thanks,
-- Mac
Edi Weitz
2007-05-28 18:36:42 UTC
Permalink
Post by Mac Chan
Attached is a patch to fix html-empty-tag bug and also some unit
test code to help spotting problems in case there are ignorant
people like me who submit bad code ;-)
Thanks, but I haven't added this to the release yet, because I
couldn't quite figure out how I'm supposed to use the test code. Just
LOAD it? Or COMPILE-FILE first and then load it? Shouldn't it be
integrated with ASDF, maybe as a TEST-OP? And mentioned in the docs?
And what about settings like HTML-MODE? Will the test run cleanly if
the user has changed this? Will the test reset this to the user's
setting?

Sorry to be picky, but...

Loading...