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() {
test_parse!(
concat!(
"# 2\n",
"\n",
" # 8\n",
" 12\n",
"15\n", //
),
"# 2\n",
"\n",
" # 8\n",
" 12\n",
"15\n", //
),
(Enter(Container(Section)), "#"),
(Enter(Leaf(Heading)), "#"),
(Inline, "2"),