diff --git a/src/dehtml.rs b/src/dehtml.rs index 354242757..84cce2f46 100644 --- a/src/dehtml.rs +++ b/src/dehtml.rs @@ -314,6 +314,7 @@ mod tests { "[ Foo ](https://example.com)", ), (" bar ", "* bar *"), + ("foo", "_foo_"), (" bar foo", "* bar _ foo"), ("& bar", "& bar"), // Despite missing ', this should be shown: