lib: uncomment tests

was accidentally committed
This commit is contained in:
Noah Hellman 2023-06-14 21:52:24 +02:00
parent 266b55a6f3
commit cee759f751

View file

@ -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()),