fixup! 1ef07886ce5f38074627ae016bb43dcc17e9eb46

This commit is contained in:
Noah Hellman 2022-12-02 20:07:37 +01:00
parent 6bda70bd09
commit c6e971d7e0

View file

@ -450,7 +450,7 @@ mod test {
(Element(Inline), "lang\n"), (Element(Inline), "lang\n"),
(Element(Inline), "l0\n"), (Element(Inline), "l0\n"),
(Element(Inline), "```\n"), (Element(Inline), "```\n"),
(Element(Inline), " l1"), (Element(Inline), " l1\n"),
(Exit(Leaf(CodeBlock { fence_length: 4 })), "````"), (Exit(Leaf(CodeBlock { fence_length: 4 })), "````"),
); );
test_parse!( test_parse!(