fixup! fixup! 27d710969473894b59f23ad981fc50cbd3b78977
This commit is contained in:
parent
25864fa467
commit
1c77b035b2
1 changed files with 6 additions and 6 deletions
12
src/block.rs
12
src/block.rs
|
@ -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"),
|
||||||
|
|
Loading…
Reference in a new issue