mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
dehtml.rs: test </i> tag
This commit is contained in:
@@ -314,6 +314,7 @@ mod tests {
|
||||
"[ Foo ](https://example.com)",
|
||||
),
|
||||
("<b> bar </b>", "* bar *"),
|
||||
("<i>foo</i>", "_foo_"),
|
||||
("<b> bar <i> foo", "* bar _ foo"),
|
||||
("& bar", "& bar"),
|
||||
// Despite missing ', this should be shown:
|
||||
|
||||
Reference in New Issue
Block a user