From 6bda70bd09e2f2c335fb00e865d1bd23773044ad Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Fri, 2 Dec 2022 20:07:37 +0100 Subject: [PATCH] fixup! bac7bc5c6b04c4697063833550d42fb639e9d994 --- src/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block.rs b/src/block.rs index 05b79f0..7eeafaa 100644 --- a/src/block.rs +++ b/src/block.rs @@ -431,7 +431,7 @@ mod test { ), (Enter(Leaf(CodeBlock { fence_length: 3 })), "```"), (Element(Inline), ""), - (Element(Inline), "l0"), + (Element(Inline), "l0\n"), (Exit(Leaf(CodeBlock { fence_length: 3 })), "```"), (Element(Blankline), "\n"), (Enter(Leaf(Paragraph)), ""),