fixup! fixup! 27d710969473894b59f23ad981fc50cbd3b78977

This commit is contained in:
Noah Hellman 2023-01-28 18:38:41 +01:00
parent 25864fa467
commit 1c77b035b2

View file

@ -897,12 +897,12 @@ mod test {
fn parse_heading_multi() { fn parse_heading_multi() {
test_parse!( test_parse!(
concat!( concat!(
"# 2\n", "# 2\n",
"\n", "\n",
" # 8\n", " # 8\n",
" 12\n", " 12\n",
"15\n", // "15\n", //
), ),
(Enter(Container(Section)), "#"), (Enter(Container(Section)), "#"),
(Enter(Leaf(Heading)), "#"), (Enter(Leaf(Heading)), "#"),
(Inline, "2"), (Inline, "2"),