From cee759f7516b70f563583f277263cfdbca343e36 Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Wed, 14 Jun 2023 21:52:24 +0200 Subject: [PATCH] lib: uncomment tests was accidentally committed --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 87732ac..3cd324a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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()),