Thank you for providing (chibi html-parser), which is quite pleasant to use. Most recently, I've been using it in code to add abstracts to the RSS feed for the Scheme Requests for Implementation (SRFI) home page.
I'd like to report a bug, though: Line breaks after the equal sign after an attribute name but before the value cause an incorrect parse. This is legal HTML, and often happens when automatic wrapping occurs. Here's an example:
The first parse above is correct. The second, with the newline after the "=", produces incorrect results.
I've been working around this by rewrapping HTML manually, but I just had to do that for thirty-one SRFI abstracts, which made me realize that I should have reported this earlier. Sorry about that.
In any case, thanks again for an otherwise excellent tool.
--
You received this message because you are subscribed to the Google Groups "chibi-scheme" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chibi-scheme...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chibi-scheme/fff438ab-cec6-4468-bdc9-824b8aea8474n%40googlegroups.com.
Thanks for the report! Fixed in https://github.com/ashinn/alschemist/commit/13d7105c1291a881b8d8d69c8e60e045428c04b1.I'll upload a new version to snow-fort later.