lib: uncomment tests
was accidentally committed
This commit is contained in:
parent
266b55a6f3
commit
cee759f751
1 changed files with 0 additions and 2 deletions
|
@ -1465,7 +1465,6 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn para() {
|
||||
/*
|
||||
test_parse!(
|
||||
"para",
|
||||
Start(Paragraph, Attributes::new()),
|
||||
|
@ -1478,7 +1477,6 @@ mod test {
|
|||
Str("pa ra".into()),
|
||||
End(Paragraph),
|
||||
);
|
||||
*/
|
||||
test_parse!(
|
||||
"para0\n\npara1",
|
||||
Start(Paragraph, Attributes::new()),
|
||||
|
|
Loading…
Reference in a new issue