dehtml.rs: test </i> tag

This commit is contained in:
link2xt
2021-04-11 00:00:00 +03:00
parent edb9ea0e83
commit ac9394cb16

View File

@@ -314,6 +314,7 @@ mod tests {
"[ Foo ](https://example.com)",
),
("<b> bar </b>", "* bar *"),
("<i>foo</i>", "_foo_"),
("<b> bar <i> foo", "* bar _ foo"),
("&amp; bar", "& bar"),
// Despite missing ', this should be shown: