fixup! fixup! test_parse, test_block
This commit is contained in:
parent
fbd8811c86
commit
cc89a06964
1 changed files with 2 additions and 2 deletions
|
@ -1228,13 +1228,13 @@ mod test {
|
|||
test_parse!(
|
||||
"> \n",
|
||||
(Enter(Container(Blockquote)), ">"),
|
||||
(EventKind::Atom(Blankline), "\n"),
|
||||
(Atom(Blankline), "\n"),
|
||||
(Exit(Container(Blockquote)), ">"),
|
||||
);
|
||||
test_parse!(
|
||||
">",
|
||||
(Enter(Container(Blockquote)), ">"),
|
||||
(EventKind::Atom(Blankline), ""),
|
||||
(Atom(Blankline), ""),
|
||||
(Exit(Container(Blockquote)), ">"),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue