From ac9394cb1681b973f1fab0f3d8441af69fc2eabb Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 11 Apr 2021 00:00:00 +0300 Subject: [PATCH] dehtml.rs: test `` tag --- src/dehtml.rs | 1 + 1 file changed, 1 insertion(+) 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: