closeio / quotequail

a library that identifies quoted text in email messages
MIT License
58 stars 23 forks source link

Fix with unwrap_html + update tests #54

Closed thomasst closed 3 months ago

thomasst commented 3 months ago

The most basic scenario ("<p>html text</p>", None) broke during the refactor, fixing it here.

Also modernized the HTML unwrap tests.