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