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]
|
#[test]
|
||||||
fn para() {
|
fn para() {
|
||||||
/*
|
|
||||||
test_parse!(
|
test_parse!(
|
||||||
"para",
|
"para",
|
||||||
Start(Paragraph, Attributes::new()),
|
Start(Paragraph, Attributes::new()),
|
||||||
|
@ -1478,7 +1477,6 @@ mod test {
|
||||||
Str("pa ra".into()),
|
Str("pa ra".into()),
|
||||||
End(Paragraph),
|
End(Paragraph),
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
test_parse!(
|
test_parse!(
|
||||||
"para0\n\npara1",
|
"para0\n\npara1",
|
||||||
Start(Paragraph, Attributes::new()),
|
Start(Paragraph, Attributes::new()),
|
||||||
|
|
Loading…
Reference in a new issue